Html Css Color HEX #EA4614 Orange Red

📋 copy color: '#EA4614'

red 234 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #EA4614

Tints of Orange Red #EA4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 72.22%
G = 21.6%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA4614 (or 0xEA4614) is known color: Orange Red. HEX triplet: EA, 46 and 14. RGB value is (234,70,20). Sum of RGB (Red+Green+Blue) = 234+70+20=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4614 is #15B9EB. Grayscale: #717171. Windows color (decimal): -1423852 or 1328874. OLE color: 1328874.

HSL color Cylindrical-coordinate representation of color #EA4614: hue angle of 14.02º 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 #EA4614 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 20 -
CMYK 0 0.70 0.91 0.08
HSL 14.02º 0.84% 0.5% -
HSV(B) 14.02º 0.91% 0.92% -
XYZ 36.25 21.92 2.98 -
YUV 113.34 75.33 214.07 -
System Red Green Blue C M Y K H S L
Decimal 234 70 20 0 0.70 0.91 0.08 14.02 0.84 0.5
Hex EA 46 14 0 46 5B 8 E 54 32
Octal 352 106 24 0 106 133 10 16 124 62
Binary 11101010 1000110 10100 0 1000110 1011011 1000 1110 1010100 110010

Color Harmonies of #EA4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4614

Black with #EA4614

Text Example


Text Example

White with #EA4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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