#EE3F14

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

Shades of Orange Red #EE3F14

Tints of Orange Red #EE3F14

Color information

#EE3F14 (or 0xEE3F14) is unknown color: approx Orange Red. HEX triplet: EE, 3F and 14. RGB value is (238,63,20). Sum of RGB (Red+Green+Blue) = 238+63+20=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F14 is #11C0EB. Grayscale: #6E6E6E. Windows color (decimal): -1163500 or 1327086. OLE color: 1327086.

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

Color convert

RGB2386320-
CMYK00.740.920.07
HSL11.83º86.51%50.59%-
HSV(B)11.83º91.6%93.33%-
XYZ37.1621.782.91-
YUV110.4276.98219-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=74.14%
G=19.63%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238632000.740.920.0711.8386.5150.59
HexEE3F1404A5C7c5733
Octal3567724011213471412763
Binary111011101111111010001001010101110011111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3F14; }

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

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

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

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

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

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

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

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