Shades of Golden Bell #CE8235
Tints of Golden Bell #CE8235
RGB
CMYK
RGB Variations
Color information
#CE8235 (or 0xCE8235) is known color: Golden Bell. HEX triplet: CE, 82 and 35. RGB value is (206,130,53). Sum of RGB (Red+Green+Blue) = 206+130+53=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8235 is #317DCA. Grayscale: #909090. Windows color (decimal): -3243467 or 3506894. OLE color: 3506894.
HSL color Cylindrical-coordinate representation of color #CE8235: hue angle of 30.2º 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 #CE8235 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 53 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.19 |
| HSL | 30.2º | 0.61% | 0.51% | - |
| HSV(B) | 30.2º | 0.74% | 0.81% | - |
| XYZ | 34.08 | 29.34 | 7.24 | - |
| YUV | 143.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 53 | 0 | 0.37 | 0.74 | 0.19 | 30.2 | 0.61 | 0.51 |
| Hex | CE | 82 | 35 | 0 | 25 | 4A | 13 | 1E | 3D | 33 |
| Octal | 316 | 202 | 65 | 0 | 45 | 112 | 23 | 36 | 75 | 63 |
| Binary | 11001110 | 10000010 | 110101 | 0 | 100101 | 1001010 | 10011 | 11110 | 111101 | 110011 |
Color Harmonies of #CE8235
Complementary color
Monochromatic Colors of #CE8235
Black with #CE8235
Text Example
Text Example
White with #CE8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8235; }
p { color: rgb(206,130,53); }
H1.HeaderClassName
{
color: #CE8235;
}
.AnyTagClassName
{
color: #CE8235;
}
</style>
background-color css
<style>
a { background-color: #CE8235; }
a { background-color: rgb(206,130,53); }
div.DivClassName
{
background-color: #CE8235;
}
.BgClassName
{
background-color: #CE8235;
}
</style>
border-color css
<style>
span { border-color: #CE8235; }
span { border-color: rgb(206,130,53); }
td.TdClassName
{
border-color: #CE8235;
}
.TagClassName
{
border-color: #CE8235;
}
</style>