Html Css Color HEX #EA4615 Orange Red

📋 copy color: '#EA4615'

red 234 ◦ green 70 ◦ blue 21

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

Shades of Orange Red #EA4615

Tints of Orange Red #EA4615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 72%
G = 21.54%
B = 6.46%

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

#EA4615 (or 0xEA4615) is known color: Orange Red. HEX triplet: EA, 46 and 15. RGB value is (234,70,21). Sum of RGB (Red+Green+Blue) = 234+70+21=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4615 is #15B9EA. Grayscale: #717171. Windows color (decimal): -1423851 or 1394410. OLE color: 1394410.

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

Color convert

RGB 234 70 21 -
CMYK 0 0.70 0.91 0.08
HSL 13.8º 0.84% 0.5% -
HSV(B) 13.8º 0.91% 0.92% -
XYZ 36.26 21.93 3.03 -
YUV 113.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 234 70 21 0 0.70 0.91 0.08 13.8 0.84 0.5
Hex EA 46 15 0 46 5B 8 E 54 32
Octal 352 106 25 0 106 133 10 16 124 62
Binary 11101010 1000110 10101 0 1000110 1011011 1000 1110 1010100 110010

Color Harmonies of #EA4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4615

Black with #EA4615

Text Example


Text Example

White with #EA4615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4615; }

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

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

background-color css

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

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

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

border-color css

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

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

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