#EA6618

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

Shades of Chocolate #EA6618

Tints of Chocolate #EA6618

Color information

#EA6618 (or 0xEA6618) is unknown color: approx Chocolate. HEX triplet: EA, 66 and 18. RGB value is (234,102,24). Sum of RGB (Red+Green+Blue) = 234+102+24=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6618 is #1599E7. Grayscale: #858585. Windows color (decimal): -1415656 or 1599210. OLE color: 1599210.

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

Color convert

RGB23410224-
CMYK00.560.900.08
HSL22.29º83.33%50.59%-
HSV(B)22.29º89.74%91.76%-
XYZ38.8527.064.04-
YUV132.5866.73200.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 24 (9.77% from 255) = 6.67%
R=65%
G=28.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341022400.560.900.0822.2983.3350.59
HexEA66180385A8165333
Octal35214630070132102612363
Binary11101010110011011000011100010110101000101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6618; }

 p { color: rgb(234,102,24); }

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

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

 a { background-color: rgb(234,102,24); }

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

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

 span { border-color: rgb(234,102,24); }

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