Html Css Color HEX #EE4012 Orange Red

📋 copy color: '#EE4012'

red 238 ◦ green 64 ◦ blue 18

#EE4012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #EE4012

Tints of Orange Red #EE4012

RGB

 RED value IS 238 (93.36% from 255) = 74.38%

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 74.38%
G = 20%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE4012 (or 0xEE4012) is known color: Orange Red. HEX triplet: EE, 40 and 12. RGB value is (238,64,18). Sum of RGB (Red+Green+Blue) = 238+64+18=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4012 is #11BFED. Grayscale: #6F6F6F. Windows color (decimal): -1163246 or 1196270. OLE color: 1196270.

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

Color convert

RGB 238 64 18 -
CMYK 0 0.73 0.92 0.07
HSL 12.55º 0.87% 0.5% -
HSV(B) 12.55º 0.92% 0.93% -
XYZ 37.2 21.89 2.84 -
YUV 110.78 75.65 218.74 -
System Red Green Blue C M Y K H S L
Decimal 238 64 18 0 0.73 0.92 0.07 12.55 0.87 0.5
Hex EE 40 12 0 49 5C 7 D 57 32
Octal 356 100 22 0 111 134 7 15 127 62
Binary 11101110 1000000 10010 0 1001001 1011100 111 1101 1010111 110010

Color Harmonies of #EE4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4012

Black with #EE4012

Text Example


Text Example

White with #EE4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4012; }

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

 H1.HeaderClassName
 {
   color: #EE4012;
 }
 .AnyTagClassName
 {
   color: #EE4012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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