Shades of Chocolate #EA6718
Tints of Chocolate #EA6718
RGB
CMYK
RGB Variations
Color information
#EA6718 (or 0xEA6718) is known color: Chocolate. HEX triplet: EA, 67 and 18. RGB value is (234,103,24). Sum of RGB (Red+Green+Blue) = 234+103+24=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6718 is #1598E7. Grayscale: #858585. Windows color (decimal): -1415400 or 1599466. OLE color: 1599466.
HSL color Cylindrical-coordinate representation of color #EA6718: hue angle of 22.57º 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 #EA6718 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 24 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.08 |
| HSL | 22.57º | 0.83% | 0.51% | - |
| HSV(B) | 22.57º | 0.9% | 0.92% | - |
| XYZ | 38.95 | 27.26 | 4.07 | - |
| YUV | 133.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 24 | 0 | 0.56 | 0.90 | 0.08 | 22.57 | 0.83 | 0.51 |
| Hex | EA | 67 | 18 | 0 | 38 | 5A | 8 | 17 | 53 | 33 |
| Octal | 352 | 147 | 30 | 0 | 70 | 132 | 10 | 27 | 123 | 63 |
| Binary | 11101010 | 1100111 | 11000 | 0 | 111000 | 1011010 | 1000 | 10111 | 1010011 | 110011 |
Color Harmonies of #EA6718
Complementary color
Monochromatic Colors of #EA6718
Black with #EA6718
Text Example
Text Example
White with #EA6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6718; }
p { color: rgb(234,103,24); }
H1.HeaderClassName
{
color: #EA6718;
}
.AnyTagClassName
{
color: #EA6718;
}
</style>
background-color css
<style>
a { background-color: #EA6718; }
a { background-color: rgb(234,103,24); }
div.DivClassName
{
background-color: #EA6718;
}
.BgClassName
{
background-color: #EA6718;
}
</style>
border-color css
<style>
span { border-color: #EA6718; }
span { border-color: rgb(234,103,24); }
td.TdClassName
{
border-color: #EA6718;
}
.TagClassName
{
border-color: #EA6718;
}
</style>