Shades of Golden Bell #CE803A
Tints of Golden Bell #CE803A
RGB
CMYK
RGB Variations
Color information
#CE803A (or 0xCE803A) is known color: Golden Bell. HEX triplet: CE, 80 and 3A. RGB value is (206,128,58). Sum of RGB (Red+Green+Blue) = 206+128+58=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE803A is #317FC5. Grayscale: #8F8F8F. Windows color (decimal): -3243974 or 3834062. OLE color: 3834062.
HSL color Cylindrical-coordinate representation of color #CE803A: hue angle of 28.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE803A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 58 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.19 |
| HSL | 28.38º | 0.6% | 0.52% | - |
| HSV(B) | 28.38º | 0.72% | 0.81% | - |
| XYZ | 33.94 | 28.87 | 7.79 | - |
| YUV | 143.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 58 | 0 | 0.38 | 0.72 | 0.19 | 28.38 | 0.6 | 0.52 |
| Hex | CE | 80 | 3A | 0 | 26 | 48 | 13 | 1C | 3C | 34 |
| Octal | 316 | 200 | 72 | 0 | 46 | 110 | 23 | 34 | 74 | 64 |
| Binary | 11001110 | 10000000 | 111010 | 0 | 100110 | 1001000 | 10011 | 11100 | 111100 | 110100 |
Color Harmonies of #CE803A
Complementary color
Monochromatic Colors of #CE803A
Black with #CE803A
Text Example
Text Example
White with #CE803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE803A; }
p { color: rgb(206,128,58); }
H1.HeaderClassName
{
color: #CE803A;
}
.AnyTagClassName
{
color: #CE803A;
}
</style>
background-color css
<style>
a { background-color: #CE803A; }
a { background-color: rgb(206,128,58); }
div.DivClassName
{
background-color: #CE803A;
}
.BgClassName
{
background-color: #CE803A;
}
</style>
border-color css
<style>
span { border-color: #CE803A; }
span { border-color: rgb(206,128,58); }
td.TdClassName
{
border-color: #CE803A;
}
.TagClassName
{
border-color: #CE803A;
}
</style>