Html Css Color HEX #EA5920 Chocolate

📋 copy color: '#EA5920'

red 234 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #EA5920

Tints of Chocolate #EA5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.07%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 65.92%
G = 25.07%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA5920 (or 0xEA5920) is known color: Chocolate. HEX triplet: EA, 59 and 20. RGB value is (234,89,32). Sum of RGB (Red+Green+Blue) = 234+89+32=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5920 is #15A6DF. Grayscale: #7E7E7E. Windows color (decimal): -1418976 or 2120170. OLE color: 2120170.

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

Color convert

RGB 234 89 32 -
CMYK 0 0.62 0.86 0.08
HSL 16.93º 0.83% 0.52% -
HSV(B) 16.93º 0.86% 0.92% -
XYZ 37.76 24.74 4.15 -
YUV 125.86 75.04 205.13 -
System Red Green Blue C M Y K H S L
Decimal 234 89 32 0 0.62 0.86 0.08 16.93 0.83 0.52
Hex EA 59 20 0 3E 56 8 11 53 34
Octal 352 131 40 0 76 126 10 21 123 64
Binary 11101010 1011001 100000 0 111110 1010110 1000 10001 1010011 110100

Color Harmonies of #EA5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5920

Black with #EA5920

Text Example


Text Example

White with #EA5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5920; }

 p { color: rgb(234,89,32); }

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

background-color css

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

 a { background-color: rgb(234,89,32); }

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

border-color css

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

 span { border-color: rgb(234,89,32); }

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