#EE3E0B

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

Shades of Orange Red #EE3E0B

Tints of Orange Red #EE3E0B

Color information

#EE3E0B (or 0xEE3E0B) is unknown color: approx Orange Red. HEX triplet: EE, 3E and 0B. RGB value is (238,62,11). Sum of RGB (Red+Green+Blue) = 238+62+11=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3E0B is #11C1F4. Grayscale: #6D6D6D. Windows color (decimal): -1163765 or 737006. OLE color: 737006.

HSL color Cylindrical-coordinate representation of color #EE3E0B: hue angle of 13.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE3E0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2386211-
CMYK00.740.950.07
HSL13.48º91.16%48.82%-
HSV(B)13.48º95.38%93.33%-
XYZ37.0421.652.54-
YUV108.8172.81220.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 76.53%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=76.53%
G=19.94%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238621100.740.950.0713.4891.1648.82
HexEE3EB04A5F7d5b31
Octal3567613011213771513361
Binary11101110111110101101001010101111111111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3E0B; }

 p { color: rgb(238,62,11); }

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

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

 a { background-color: rgb(238,62,11); }

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

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

 span { border-color: rgb(238,62,11); }

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