Html Css Color HEX #EE4015 Orange Red

📋 copy color: '#EE4015'

red 238 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #EE4015

Tints of Orange Red #EE4015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 73.68%
G = 19.81%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE4015 (or 0xEE4015) is known color: Orange Red. HEX triplet: EE, 40 and 15. RGB value is (238,64,21). Sum of RGB (Red+Green+Blue) = 238+64+21=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4015 is #11BFEA. Grayscale: #6F6F6F. Windows color (decimal): -1163243 or 1392878. OLE color: 1392878.

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

Color convert

RGB 238 64 21 -
CMYK 0 0.73 0.91 0.07
HSL 11.89º 0.86% 0.51% -
HSV(B) 11.89º 0.91% 0.93% -
XYZ 37.23 21.9 2.97 -
YUV 111.12 77.15 218.5 -
System Red Green Blue C M Y K H S L
Decimal 238 64 21 0 0.73 0.91 0.07 11.89 0.86 0.51
Hex EE 40 15 0 49 5B 7 C 56 33
Octal 356 100 25 0 111 133 7 14 126 63
Binary 11101110 1000000 10101 0 1001001 1011011 111 1100 1010110 110011

Color Harmonies of #EE4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4015

Black with #EE4015

Text Example


Text Example

White with #EE4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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