#EA6219

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

Shades of Chocolate #EA6219

Tints of Chocolate #EA6219

Color information

#EA6219 (or 0xEA6219) is unknown color: approx Chocolate. HEX triplet: EA, 62 and 19. RGB value is (234,98,25). Sum of RGB (Red+Green+Blue) = 234+98+25=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6219 is #159DE6. Grayscale: #828282. Windows color (decimal): -1416679 or 1663722. OLE color: 1663722.

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

Color convert

RGB2349825-
CMYK00.580.890.08
HSL20.96º83.27%50.78%-
HSV(B)20.96º89.32%91.76%-
XYZ38.4726.33.97-
YUV130.3468.56201.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 25 (10.16% from 255) = 7.00%
R=65.55%
G=27.45%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234982500.580.890.0820.9683.2750.78
HexEA621903A598155333
Octal35214231072131102512363
Binary11101010110001011001011101010110011000101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6219; }

 p { color: rgb(234,98,25); }

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

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

 a { background-color: rgb(234,98,25); }

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

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

 span { border-color: rgb(234,98,25); }

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