Html Css Color HEX #EE4108 Orange Red

📋 copy color: '#EE4108'

red 238 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #EE4108

Tints of Orange Red #EE4108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

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

R = 76.53%
G = 20.9%
B = 2.57%

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

#EE4108 (or 0xEE4108) is known color: Orange Red. HEX triplet: EE, 41 and 08. RGB value is (238,65,8). Sum of RGB (Red+Green+Blue) = 238+65+8=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4108 is #11BEF7. Grayscale: #6E6E6E. Windows color (decimal): -1163000 or 541166. OLE color: 541166.

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

Color convert

RGB 238 65 8 -
CMYK 0 0.73 0.97 0.07
HSL 14.87º 0.93% 0.48% -
HSV(B) 14.87º 0.97% 0.93% -
XYZ 37.19 21.98 2.51 -
YUV 110.23 70.31 219.13 -
System Red Green Blue C M Y K H S L
Decimal 238 65 8 0 0.73 0.97 0.07 14.87 0.93 0.48
Hex EE 41 8 0 49 61 7 F 5D 30
Octal 356 101 10 0 111 141 7 17 135 60
Binary 11101110 1000001 1000 0 1001001 1100001 111 1111 1011101 110000

Color Harmonies of #EE4108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4108

Black with #EE4108

Text Example


Text Example

White with #EE4108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4108; }

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

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

background-color css

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

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

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

border-color css

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

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

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