Shades of Chocolate #EA6318
Tints of Chocolate #EA6318
RGB
CMYK
RGB Variations
Color information
#EA6318 (or 0xEA6318) is known color: Chocolate. HEX triplet: EA, 63 and 18. RGB value is (234,99,24). Sum of RGB (Red+Green+Blue) = 234+99+24=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6318 is #159CE7. Grayscale: #838383. Windows color (decimal): -1416424 or 1598442. OLE color: 1598442.
HSL color Cylindrical-coordinate representation of color #EA6318: hue angle of 21.43º 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 #EA6318 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 24 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.08 |
| HSL | 21.43º | 0.83% | 0.51% | - |
| HSV(B) | 21.43º | 0.9% | 0.92% | - |
| XYZ | 38.56 | 26.48 | 3.94 | - |
| YUV | 130.82 | 67.73 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 24 | 0 | 0.58 | 0.90 | 0.08 | 21.43 | 0.83 | 0.51 |
| Hex | EA | 63 | 18 | 0 | 3A | 5A | 8 | 15 | 53 | 33 |
| Octal | 352 | 143 | 30 | 0 | 72 | 132 | 10 | 25 | 123 | 63 |
| Binary | 11101010 | 1100011 | 11000 | 0 | 111010 | 1011010 | 1000 | 10101 | 1010011 | 110011 |
Color Harmonies of #EA6318
Complementary color
Monochromatic Colors of #EA6318
Black with #EA6318
Text Example
Text Example
White with #EA6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6318; }
p { color: rgb(234,99,24); }
H1.HeaderClassName
{
color: #EA6318;
}
.AnyTagClassName
{
color: #EA6318;
}
</style>
background-color css
<style>
a { background-color: #EA6318; }
a { background-color: rgb(234,99,24); }
div.DivClassName
{
background-color: #EA6318;
}
.BgClassName
{
background-color: #EA6318;
}
</style>
border-color css
<style>
span { border-color: #EA6318; }
span { border-color: rgb(234,99,24); }
td.TdClassName
{
border-color: #EA6318;
}
.TagClassName
{
border-color: #EA6318;
}
</style>