Html Css Color HEX #EE4008 Orange Red

📋 copy color: '#EE4008'

red 238 ◦ green 64 ◦ blue 8

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

Shades of Orange Red #EE4008

Tints of Orange Red #EE4008

RGB

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

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

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

R = 76.77%
G = 20.65%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE4008 (or 0xEE4008) is known color: Orange Red. HEX triplet: EE, 40 and 08. RGB value is (238,64,8). Sum of RGB (Red+Green+Blue) = 238+64+8=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4008 is #11BFF7. Grayscale: #6E6E6E. Windows color (decimal): -1163256 or 540910. OLE color: 540910.

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

Color convert

RGB 238 64 8 -
CMYK 0 0.73 0.97 0.07
HSL 14.61º 0.93% 0.48% -
HSV(B) 14.61º 0.97% 0.93% -
XYZ 37.14 21.86 2.49 -
YUV 109.64 70.65 219.55 -
System Red Green Blue C M Y K H S L
Decimal 238 64 8 0 0.73 0.97 0.07 14.61 0.93 0.48
Hex EE 40 8 0 49 61 7 F 5D 30
Octal 356 100 10 0 111 141 7 17 135 60
Binary 11101110 1000000 1000 0 1001001 1100001 111 1111 1011101 110000

Color Harmonies of #EE4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4008

Black with #EE4008

Text Example


Text Example

White with #EE4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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