Html Css Color HEX #EE4014 Orange Red

📋 copy color: '#EE4014'

red 238 ◦ green 64 ◦ blue 20

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

Shades of Orange Red #EE4014

Tints of Orange Red #EE4014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 73.91%
G = 19.88%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE4014 (or 0xEE4014) is known color: Orange Red. HEX triplet: EE, 40 and 14. RGB value is (238,64,20). Sum of RGB (Red+Green+Blue) = 238+64+20=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4014 is #11BFEB. Grayscale: #6F6F6F. Windows color (decimal): -1163244 or 1327342. OLE color: 1327342.

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

Color convert

RGB 238 64 20 -
CMYK 0 0.73 0.92 0.07
HSL 12.11º 0.87% 0.51% -
HSV(B) 12.11º 0.92% 0.93% -
XYZ 37.22 21.89 2.93 -
YUV 111.01 76.65 218.58 -
System Red Green Blue C M Y K H S L
Decimal 238 64 20 0 0.73 0.92 0.07 12.11 0.87 0.51
Hex EE 40 14 0 49 5C 7 C 57 33
Octal 356 100 24 0 111 134 7 14 127 63
Binary 11101110 1000000 10100 0 1001001 1011100 111 1100 1010111 110011

Color Harmonies of #EE4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4014

Black with #EE4014

Text Example


Text Example

White with #EE4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4014; }

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

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

background-color css

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

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

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

border-color css

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

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

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