Html Css Color HEX #EE4004 Orange Red

📋 copy color: '#EE4004'

red 238 ◦ green 64 ◦ blue 4

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

Shades of Orange Red #EE4004

Tints of Orange Red #EE4004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 77.78%
G = 20.92%
B = 1.31%

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

#EE4004 (or 0xEE4004) is known color: Orange Red. HEX triplet: EE, 40 and 04. RGB value is (238,64,4). Sum of RGB (Red+Green+Blue) = 238+64+4=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4004 is #11BFFB. Grayscale: #6D6D6D. Windows color (decimal): -1163260 or 278766. OLE color: 278766.

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

Color convert

RGB 238 64 4 -
CMYK 0 0.73 0.98 0.07
HSL 15.38º 0.97% 0.47% -
HSV(B) 15.38º 0.98% 0.93% -
XYZ 37.12 21.85 2.38 -
YUV 109.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 238 64 4 0 0.73 0.98 0.07 15.38 0.97 0.47
Hex EE 40 4 0 49 62 7 F 61 2F
Octal 356 100 4 0 111 142 7 17 141 57
Binary 11101110 1000000 100 0 1001001 1100010 111 1111 1100001 101111

Color Harmonies of #EE4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4004

Black with #EE4004

Text Example


Text Example

White with #EE4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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