Shades of Chocolate #CE5914
Tints of Chocolate #CE5914
RGB
CMYK
RGB Variations
Color information
#CE5914 (or 0xCE5914) is known color: Chocolate. HEX triplet: CE, 59 and 14. RGB value is (206,89,20). Sum of RGB (Red+Green+Blue) = 206+89+20=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5914 is #31A6EB. Grayscale: #747474. Windows color (decimal): -3253996 or 1333710. OLE color: 1333710.
HSL color Cylindrical-coordinate representation of color #CE5914: hue angle of 22.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5914 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.19 |
| HSL | 22.26º | 0.82% | 0.44% | - |
| HSV(B) | 22.26º | 0.9% | 0.81% | - |
| XYZ | 29.15 | 20.32 | 3.05 | - |
| YUV | 116.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 20 | 0 | 0.57 | 0.90 | 0.19 | 22.26 | 0.82 | 0.44 |
| Hex | CE | 59 | 14 | 0 | 39 | 5A | 13 | 16 | 52 | 2C |
| Octal | 316 | 131 | 24 | 0 | 71 | 132 | 23 | 26 | 122 | 54 |
| Binary | 11001110 | 1011001 | 10100 | 0 | 111001 | 1011010 | 10011 | 10110 | 1010010 | 101100 |
Color Harmonies of #CE5914
Complementary color
Monochromatic Colors of #CE5914
Black with #CE5914
Text Example
Text Example
White with #CE5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5914; }
p { color: rgb(206,89,20); }
H1.HeaderClassName
{
color: #CE5914;
}
.AnyTagClassName
{
color: #CE5914;
}
</style>
background-color css
<style>
a { background-color: #CE5914; }
a { background-color: rgb(206,89,20); }
div.DivClassName
{
background-color: #CE5914;
}
.BgClassName
{
background-color: #CE5914;
}
</style>
border-color css
<style>
span { border-color: #CE5914; }
span { border-color: rgb(206,89,20); }
td.TdClassName
{
border-color: #CE5914;
}
.TagClassName
{
border-color: #CE5914;
}
</style>