Shades of Golden Bell #CE8136
Tints of Golden Bell #CE8136
RGB
CMYK
RGB Variations
Color information
#CE8136 (or 0xCE8136) is known color: Golden Bell. HEX triplet: CE, 81 and 36. RGB value is (206,129,54). Sum of RGB (Red+Green+Blue) = 206+129+54=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8136 is #317EC9. Grayscale: #8F8F8F. Windows color (decimal): -3243722 or 3572174. OLE color: 3572174.
HSL color Cylindrical-coordinate representation of color #CE8136: hue angle of 29.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE8136 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 54 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.19 |
| HSL | 29.61º | 0.61% | 0.51% | - |
| HSV(B) | 29.61º | 0.74% | 0.81% | - |
| XYZ | 33.97 | 29.09 | 7.31 | - |
| YUV | 143.47 | 77.51 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 54 | 0 | 0.37 | 0.74 | 0.19 | 29.61 | 0.61 | 0.51 |
| Hex | CE | 81 | 36 | 0 | 25 | 4A | 13 | 1E | 3D | 33 |
| Octal | 316 | 201 | 66 | 0 | 45 | 112 | 23 | 36 | 75 | 63 |
| Binary | 11001110 | 10000001 | 110110 | 0 | 100101 | 1001010 | 10011 | 11110 | 111101 | 110011 |
Color Harmonies of #CE8136
Complementary color
Monochromatic Colors of #CE8136
Black with #CE8136
Text Example
Text Example
White with #CE8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8136; }
p { color: rgb(206,129,54); }
H1.HeaderClassName
{
color: #CE8136;
}
.AnyTagClassName
{
color: #CE8136;
}
</style>
background-color css
<style>
a { background-color: #CE8136; }
a { background-color: rgb(206,129,54); }
div.DivClassName
{
background-color: #CE8136;
}
.BgClassName
{
background-color: #CE8136;
}
</style>
border-color css
<style>
span { border-color: #CE8136; }
span { border-color: rgb(206,129,54); }
td.TdClassName
{
border-color: #CE8136;
}
.TagClassName
{
border-color: #CE8136;
}
</style>