Html Css Color HEX #EA4616 Orange Red

📋 copy color: '#EA4616'

red 234 ◦ green 70 ◦ blue 22

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

Shades of Orange Red #EA4616

Tints of Orange Red #EA4616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 71.78%
G = 21.47%
B = 6.75%

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

#EA4616 (or 0xEA4616) is known color: Orange Red. HEX triplet: EA, 46 and 16. RGB value is (234,70,22). Sum of RGB (Red+Green+Blue) = 234+70+22=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4616 is #15B9E9. Grayscale: #717171. Windows color (decimal): -1423850 or 1459946. OLE color: 1459946.

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

Color convert

RGB 234 70 22 -
CMYK 0 0.70 0.91 0.08
HSL 13.58º 0.83% 0.5% -
HSV(B) 13.58º 0.91% 0.92% -
XYZ 36.27 21.93 3.08 -
YUV 113.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 234 70 22 0 0.70 0.91 0.08 13.58 0.83 0.5
Hex EA 46 16 0 46 5B 8 E 53 32
Octal 352 106 26 0 106 133 10 16 123 62
Binary 11101010 1000110 10110 0 1000110 1011011 1000 1110 1010011 110010

Color Harmonies of #EA4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4616

Black with #EA4616

Text Example


Text Example

White with #EA4616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4616; }

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

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

background-color css

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

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

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

border-color css

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

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

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