Html Css Color HEX #EA5921 Chocolate

📋 copy color: '#EA5921'

red 234 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #EA5921

Tints of Chocolate #EA5921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 65.73%
G = 25%
B = 9.27%

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

#EA5921 (or 0xEA5921) is known color: Chocolate. HEX triplet: EA, 59 and 21. RGB value is (234,89,33). Sum of RGB (Red+Green+Blue) = 234+89+33=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5921 is #15A6DE. Grayscale: #7E7E7E. Windows color (decimal): -1418975 or 2185706. OLE color: 2185706.

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

Color convert

RGB 234 89 33 -
CMYK 0 0.62 0.86 0.08
HSL 16.72º 0.83% 0.52% -
HSV(B) 16.72º 0.86% 0.92% -
XYZ 37.78 24.75 4.22 -
YUV 125.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 234 89 33 0 0.62 0.86 0.08 16.72 0.83 0.52
Hex EA 59 21 0 3E 56 8 11 53 34
Octal 352 131 41 0 76 126 10 21 123 64
Binary 11101010 1011001 100001 0 111110 1010110 1000 10001 1010011 110100

Color Harmonies of #EA5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5921

Black with #EA5921

Text Example


Text Example

White with #EA5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5921; }

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

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

background-color css

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

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

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

border-color css

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

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

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