Html Css Color HEX #EE4712 Orange Red

📋 copy color: '#EE4712'

red 238 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #EE4712

Tints of Orange Red #EE4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 72.78%
G = 21.71%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE4712 (or 0xEE4712) is known color: Orange Red. HEX triplet: EE, 47 and 12. RGB value is (238,71,18). Sum of RGB (Red+Green+Blue) = 238+71+18=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4712 is #11B8ED. Grayscale: #737373. Windows color (decimal): -1161454 or 1198062. OLE color: 1198062.

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

Color convert

RGB 238 71 18 -
CMYK 0 0.70 0.92 0.07
HSL 14.45º 0.87% 0.5% -
HSV(B) 14.45º 0.92% 0.93% -
XYZ 37.62 22.73 2.98 -
YUV 114.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 238 71 18 0 0.70 0.92 0.07 14.45 0.87 0.5
Hex EE 47 12 0 46 5C 7 E 57 32
Octal 356 107 22 0 106 134 7 16 127 62
Binary 11101110 1000111 10010 0 1000110 1011100 111 1110 1010111 110010

Color Harmonies of #EE4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4712

Black with #EE4712

Text Example


Text Example

White with #EE4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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