#EE3F10

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

Shades of Orange Red #EE3F10

Tints of Orange Red #EE3F10

Color information

#EE3F10 (or 0xEE3F10) is unknown color: approx Orange Red. HEX triplet: EE, 3F and 10. RGB value is (238,63,16). Sum of RGB (Red+Green+Blue) = 238+63+16=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F10 is #11C0EF. Grayscale: #6E6E6E. Windows color (decimal): -1163504 or 1064942. OLE color: 1064942.

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

Color convert

RGB2386316-
CMYK00.740.930.07
HSL12.7º87.4%49.8%-
HSV(B)12.7º93.28%93.33%-
XYZ37.1321.772.74-
YUV109.9774.98219.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.08%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=75.08%
G=19.87%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238631600.740.930.0712.787.449.8
HexEE3F1004A5D7d5732
Octal3567720011213571512762
Binary111011101111111000001001010101110111111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3F10; }

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

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

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

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

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

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

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

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