Html Css Color HEX #EE4002 Orange Red

📋 copy color: '#EE4002'

red 238 ◦ green 64 ◦ blue 2

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

Shades of Orange Red #EE4002

Tints of Orange Red #EE4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 78.29%
G = 21.05%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE4002 (or 0xEE4002) is known color: Orange Red. HEX triplet: EE, 40 and 02. RGB value is (238,64,2). Sum of RGB (Red+Green+Blue) = 238+64+2=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4002 is #11BFFD. Grayscale: #6D6D6D. Windows color (decimal): -1163262 or 147694. OLE color: 147694.

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

Color convert

RGB 238 64 2 -
CMYK 0 0.73 0.99 0.07
HSL 15.76º 0.98% 0.47% -
HSV(B) 15.76º 0.99% 0.93% -
XYZ 37.1 21.85 2.32 -
YUV 108.96 67.65 220.04 -
System Red Green Blue C M Y K H S L
Decimal 238 64 2 0 0.73 0.99 0.07 15.76 0.98 0.47
Hex EE 40 2 0 49 63 7 10 62 2F
Octal 356 100 2 0 111 143 7 20 142 57
Binary 11101110 1000000 10 0 1001001 1100011 111 10000 1100010 101111

Color Harmonies of #EE4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4002

Black with #EE4002

Text Example


Text Example

White with #EE4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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