Html Css Color HEX #EA4011 Orange Red

📋 copy color: '#EA4011'

red 234 ◦ green 64 ◦ blue 17

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

Shades of Orange Red #EA4011

Tints of Orange Red #EA4011

RGB

 RED value IS 234 (91.8% from 255) = 74.29%

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

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 74.29%
G = 20.32%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA4011 (or 0xEA4011) is known color: Orange Red. HEX triplet: EA, 40 and 11. RGB value is (234,64,17). Sum of RGB (Red+Green+Blue) = 234+64+17=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4011 is #15BFEE. Grayscale: #6D6D6D. Windows color (decimal): -1425391 or 1130730. OLE color: 1130730.

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

Color convert

RGB 234 64 17 -
CMYK 0 0.73 0.93 0.08
HSL 13º 0.86% 0.49% -
HSV(B) 13º 0.93% 0.92% -
XYZ 35.87 21.2 2.73 -
YUV 109.47 75.82 216.82 -
System Red Green Blue C M Y K H S L
Decimal 234 64 17 0 0.73 0.93 0.08 13 0.86 0.49
Hex EA 40 11 0 49 5D 8 D 56 31
Octal 352 100 21 0 111 135 10 15 126 61
Binary 11101010 1000000 10001 0 1001001 1011101 1000 1101 1010110 110001

Color Harmonies of #EA4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4011

Black with #EA4011

Text Example


Text Example

White with #EA4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4011; }

 p { color: rgb(234,64,17); }

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

background-color css

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

 a { background-color: rgb(234,64,17); }

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

border-color css

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

 span { border-color: rgb(234,64,17); }

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