#EA5A1E

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

Shades of Chocolate #EA5A1E

Tints of Chocolate #EA5A1E

Color information

#EA5A1E (or 0xEA5A1E) is unknown color: approx Chocolate. HEX triplet: EA, 5A and 1E. RGB value is (234,90,30). Sum of RGB (Red+Green+Blue) = 234+90+30=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A1E is #15A5E1. Grayscale: #7E7E7E. Windows color (decimal): -1418722 or 1989354. OLE color: 1989354.

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

Color convert

RGB2349030-
CMYK00.620.870.08
HSL17.65º82.93%51.76%-
HSV(B)17.65º87.18%91.76%-
XYZ37.8224.94.04-
YUV126.2273.71204.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 30 (12.11% from 255) = 8.47%
R=66.10%
G=25.42%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234903000.620.870.0817.6582.9351.76
HexEA5A1E03E578125334
Octal35213236076127102212364
Binary11101010101101011110011111010101111000100101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5A1E; }

 p { color: rgb(234,90,30); }

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

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

 a { background-color: rgb(234,90,30); }

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

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

 span { border-color: rgb(234,90,30); }

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