#EE3A12

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

Shades of Orange Red #EE3A12

Tints of Orange Red #EE3A12

Color information

#EE3A12 (or 0xEE3A12) is unknown color: approx Orange Red. HEX triplet: EE, 3A and 12. RGB value is (238,58,18). Sum of RGB (Red+Green+Blue) = 238+58+18=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3A12 is #11C5ED. Grayscale: #6B6B6B. Windows color (decimal): -1164782 or 1194734. OLE color: 1194734.

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

Color convert

RGB2385818-
CMYK00.760.920.07
HSL10.91º86.61%50.2%-
HSV(B)10.91º92.44%93.33%-
XYZ36.8821.252.73-
YUV107.2677.63221.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.80%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=75.80%
G=18.47%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238581800.760.920.0710.9186.6150.2
HexEE3A1204C5C7b5732
Octal3567222011413471312762
Binary111011101110101001001001100101110011110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3A12; }

 p { color: rgb(238,58,18); }

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

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

 a { background-color: rgb(238,58,18); }

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

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

 span { border-color: rgb(238,58,18); }

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