Html Css Color HEX #EE4005 Orange Red

📋 copy color: '#EE4005'

red 238 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #EE4005

Tints of Orange Red #EE4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 77.52%
G = 20.85%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE4005 (or 0xEE4005) is known color: Orange Red. HEX triplet: EE, 40 and 05. RGB value is (238,64,5). Sum of RGB (Red+Green+Blue) = 238+64+5=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4005 is #11BFFA. Grayscale: #6D6D6D. Windows color (decimal): -1163259 or 344302. OLE color: 344302.

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

Color convert

RGB 238 64 5 -
CMYK 0 0.73 0.98 0.07
HSL 15.19º 0.96% 0.48% -
HSV(B) 15.19º 0.98% 0.93% -
XYZ 37.12 21.85 2.41 -
YUV 109.3 69.15 219.8 -
System Red Green Blue C M Y K H S L
Decimal 238 64 5 0 0.73 0.98 0.07 15.19 0.96 0.48
Hex EE 40 5 0 49 62 7 F 60 30
Octal 356 100 5 0 111 142 7 17 140 60
Binary 11101110 1000000 101 0 1001001 1100010 111 1111 1100000 110000

Color Harmonies of #EE4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4005

Black with #EE4005

Text Example


Text Example

White with #EE4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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