#EE3608

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

Shades of Orange Red #EE3608

Tints of Orange Red #EE3608

Color information

#EE3608 (or 0xEE3608) is unknown color: approx Orange Red. HEX triplet: EE, 36 and 08. RGB value is (238,54,8). Sum of RGB (Red+Green+Blue) = 238+54+8=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3608 is #11C9F7. Grayscale: #686868. Windows color (decimal): -1165816 or 538350. OLE color: 538350.

HSL color Cylindrical-coordinate representation of color #EE3608: hue angle of 12º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE3608 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB238548-
CMYK00.770.970.07
HSL12º93.5%48.24%-
HSV(B)12º96.64%93.33%-
XYZ36.6220.832.32-
YUV103.7773.96223.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 79.33%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=79.33%
G=18%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23854800.770.970.071293.548.24
HexEE36804D617c5d30
Octal3566610011514171413560
Binary11101110110110100001001101110000111111001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3608; }

 p { color: rgb(238,54,8); }

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

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

 a { background-color: rgb(238,54,8); }

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

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

 span { border-color: rgb(238,54,8); }

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