Html Css Color HEX #EE4308 Orange Red

📋 copy color: '#EE4308'

red 238 ◦ green 67 ◦ blue 8

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

Shades of Orange Red #EE4308

Tints of Orange Red #EE4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 76.04%
G = 21.41%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE4308 (or 0xEE4308) is known color: Orange Red. HEX triplet: EE, 43 and 08. RGB value is (238,67,8). Sum of RGB (Red+Green+Blue) = 238+67+8=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4308 is #11BCF7. Grayscale: #6F6F6F. Windows color (decimal): -1162488 or 541678. OLE color: 541678.

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

Color convert

RGB 238 67 8 -
CMYK 0 0.72 0.97 0.07
HSL 15.39º 0.93% 0.48% -
HSV(B) 15.39º 0.97% 0.93% -
XYZ 37.31 22.21 2.55 -
YUV 111.4 69.65 218.3 -
System Red Green Blue C M Y K H S L
Decimal 238 67 8 0 0.72 0.97 0.07 15.39 0.93 0.48
Hex EE 43 8 0 48 61 7 F 5D 30
Octal 356 103 10 0 110 141 7 17 135 60
Binary 11101110 1000011 1000 0 1001000 1100001 111 1111 1011101 110000

Color Harmonies of #EE4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4308

Black with #EE4308

Text Example


Text Example

White with #EE4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4308; }

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

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

background-color css

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

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

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

border-color css

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

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

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