#EE3F0B

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

Shades of Orange Red #EE3F0B

Tints of Orange Red #EE3F0B

Color information

#EE3F0B (or 0xEE3F0B) is unknown color: approx Orange Red. HEX triplet: EE, 3F and 0B. RGB value is (238,63,11). Sum of RGB (Red+Green+Blue) = 238+63+11=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F0B is #11C0F4. Grayscale: #6D6D6D. Windows color (decimal): -1163509 or 737262. OLE color: 737262.

HSL color Cylindrical-coordinate representation of color #EE3F0B: hue angle of 13.74º 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 #EE3F0B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2386311-
CMYK00.740.950.07
HSL13.74º91.16%48.82%-
HSV(B)13.74º95.38%93.33%-
XYZ37.121.762.56-
YUV109.472.48219.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 76.28%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 11 (4.69% from 255) = 3.53%
R=76.28%
G=20.19%
B=3.53%

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
Decimal238631100.740.950.0713.7491.1648.82
HexEE3FB04A5F7e5b31
Octal3567713011213771613361
Binary11101110111111101101001010101111111111101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3F0B; }

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

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

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

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

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

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

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

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