Html Css Color HEX #EE4408 Orange Red

📋 copy color: '#EE4408'

red 238 ◦ green 68 ◦ blue 8

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

Shades of Orange Red #EE4408

Tints of Orange Red #EE4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

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

R = 75.8%
G = 21.66%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE4408 (or 0xEE4408) is known color: Orange Red. HEX triplet: EE, 44 and 08. RGB value is (238,68,8). Sum of RGB (Red+Green+Blue) = 238+68+8=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4408 is #11BBF7. Grayscale: #707070. Windows color (decimal): -1162232 or 541934. OLE color: 541934.

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

Color convert

RGB 238 68 8 -
CMYK 0 0.71 0.97 0.07
HSL 15.65º 0.93% 0.48% -
HSV(B) 15.65º 0.97% 0.93% -
XYZ 37.37 22.33 2.57 -
YUV 111.99 69.32 217.88 -
System Red Green Blue C M Y K H S L
Decimal 238 68 8 0 0.71 0.97 0.07 15.65 0.93 0.48
Hex EE 44 8 0 47 61 7 10 5D 30
Octal 356 104 10 0 107 141 7 20 135 60
Binary 11101110 1000100 1000 0 1000111 1100001 111 10000 1011101 110000

Color Harmonies of #EE4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4408

Black with #EE4408

Text Example


Text Example

White with #EE4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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