#EF6438

Color #EF6438 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #EF6438

Tints of Outrageous Orange #EF6438

Color information

#EF6438 (or 0xEF6438) is unknown color: approx Outrageous Orange. HEX triplet: EF, 64 and 38. RGB value is (239,100,56). Sum of RGB (Red+Green+Blue) = 239+100+56=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6438 is #109BC7. Grayscale: #888888. Windows color (decimal): -1088456 or 3695855. OLE color: 3695855.

HSL color Cylindrical-coordinate representation of color #EF6438: hue angle of 14.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF6438 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB23910056-
CMYK00.580.770.06
HSL14.43º85.12%57.84%-
HSV(B)14.43º76.57%93.73%-
XYZ40.8727.756.94-
YUV136.5582.55201.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 60.51%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 56 (22.27% from 255) = 14.18%
R=60.51%
G=25.32%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391005600.580.770.0614.4385.1257.84
HexEF643803A4D6e553a
Octal3571447007211561612572
Binary1110111111001001110000111010100110111011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6438; }

 p { color: rgb(239,100,56); }

 H1.HeaderClassName
 {
   color: #EF6438;
 }
 .AnyTagClassName
 {
   color: #EF6438;
 }
</style>
background-color css

<style>
 a { background-color: #EF6438; }

 a { background-color: rgb(239,100,56); }

 div.DivClassName
 {
   background-color: #EF6438;
 }
 .BgClassName
 {
   background-color: #EF6438;
 }
</style>
border-color css

<style>
 span { border-color: #EF6438; }

 span { border-color: rgb(239,100,56); }

 td.TdClassName
 {
   border-color: #EF6438;
 }
 .TagClassName
 {
   border-color: #EF6438;
 }
</style>