Html Css Color HEX #EA4214 Orange Red

📋 copy color: '#EA4214'

red 234 ◦ green 66 ◦ blue 20

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

Shades of Orange Red #EA4214

Tints of Orange Red #EA4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 73.13%
G = 20.63%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4214 (or 0xEA4214) is known color: Orange Red. HEX triplet: EA, 42 and 14. RGB value is (234,66,20). Sum of RGB (Red+Green+Blue) = 234+66+20=320 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4214 is #15BDEB. Grayscale: #6F6F6F. Windows color (decimal): -1424876 or 1327850. OLE color: 1327850.

HSL color Cylindrical-coordinate representation of color #EA4214: hue angle of 12.9º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA4214 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 20 -
CMYK 0 0.72 0.91 0.08
HSL 12.9º 0.84% 0.5% -
HSV(B) 12.9º 0.91% 0.92% -
XYZ 36.01 21.44 2.9 -
YUV 110.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 234 66 20 0 0.72 0.91 0.08 12.9 0.84 0.5
Hex EA 42 14 0 48 5B 8 D 54 32
Octal 352 102 24 0 110 133 10 15 124 62
Binary 11101010 1000010 10100 0 1001000 1011011 1000 1101 1010100 110010

Color Harmonies of #EA4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4214

Black with #EA4214

Text Example


Text Example

White with #EA4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4214; }

 p { color: rgb(234,66,20); }

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

background-color css

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

 a { background-color: rgb(234,66,20); }

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

border-color css

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

 span { border-color: rgb(234,66,20); }

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