#ea5c20

Color #EA5C20 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #EA5C20

Tints of Chocolate #EA5C20

Color information

#EA5C20 (or 0xEA5C20) is unknown color: approx Chocolate. HEX triplet: EA, 5C and 20. RGB value is (234,92,32). Sum of RGB (Red+Green+Blue) = 234+92+32=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C20 is #15A3DF. Grayscale: #7F7F7F. Windows color (decimal): -1418208 or 2120938. OLE color: 2120938.

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

Color convert

RGB2349232-
CMYK00.610.860.08
HSL17.82º82.79%52.16%-
HSV(B)17.82º86.32%91.76%-
XYZ38.0225.254.24-
YUV127.6274.04203.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 32 (12.89% from 255) = 8.94%
R=65.36%
G=25.70%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234923200.610.860.0817.8282.7952.16
HexEA5C2003D568125334
Octal35213440075126102212364
Binary111010101011100100000011110110101101000100101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5c20; }

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

 H1.HeaderClassName
 {
   color: #ea5c20;
 }
 .AnyTagClassName
 {
   color: #ea5c20;
 }
</style>
background-color css

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

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

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

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

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

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