Html Css Color HEX #EE4808 Orange Red

📋 copy color: '#EE4808'

red 238 ◦ green 72 ◦ blue 8

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

Shades of Orange Red #EE4808

Tints of Orange Red #EE4808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 74.84%
G = 22.64%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE4808 (or 0xEE4808) is known color: Orange Red. HEX triplet: EE, 48 and 08. RGB value is (238,72,8). Sum of RGB (Red+Green+Blue) = 238+72+8=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4808 is #11B7F7. Grayscale: #727272. Windows color (decimal): -1161208 or 542958. OLE color: 542958.

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

Color convert

RGB 238 72 8 -
CMYK 0 0.70 0.97 0.07
HSL 16.7º 0.93% 0.48% -
HSV(B) 16.7º 0.97% 0.93% -
XYZ 37.62 22.83 2.65 -
YUV 114.34 68 216.2 -
System Red Green Blue C M Y K H S L
Decimal 238 72 8 0 0.70 0.97 0.07 16.7 0.93 0.48
Hex EE 48 8 0 46 61 7 11 5D 30
Octal 356 110 10 0 106 141 7 21 135 60
Binary 11101110 1001000 1000 0 1000110 1100001 111 10001 1011101 110000

Color Harmonies of #EE4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4808

Black with #EE4808

Text Example


Text Example

White with #EE4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4808; }

 p { color: rgb(238,72,8); }

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

background-color css

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

 a { background-color: rgb(238,72,8); }

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

border-color css

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

 span { border-color: rgb(238,72,8); }

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