Shades of Buddha Gold #CE9114
Tints of Buddha Gold #CE9114
RGB
CMYK
RGB Variations
Color information
#CE9114 (or 0xCE9114) is known color: Buddha Gold. HEX triplet: CE, 91 and 14. RGB value is (206,145,20). Sum of RGB (Red+Green+Blue) = 206+145+20=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9114 is #316EEB. Grayscale: #959595. Windows color (decimal): -3239660 or 1348046. OLE color: 1348046.
HSL color Cylindrical-coordinate representation of color #CE9114: hue angle of 40.32º 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 #CE9114 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 20 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.19 |
| HSL | 40.32º | 0.82% | 0.44% | - |
| HSV(B) | 40.32º | 0.9% | 0.81% | - |
| XYZ | 35.71 | 33.42 | 5.23 | - |
| YUV | 148.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 20 | 0 | 0.30 | 0.90 | 0.19 | 40.32 | 0.82 | 0.44 |
| Hex | CE | 91 | 14 | 0 | 1E | 5A | 13 | 28 | 52 | 2C |
| Octal | 316 | 221 | 24 | 0 | 36 | 132 | 23 | 50 | 122 | 54 |
| Binary | 11001110 | 10010001 | 10100 | 0 | 11110 | 1011010 | 10011 | 101000 | 1010010 | 101100 |
Color Harmonies of #CE9114
Complementary color
Monochromatic Colors of #CE9114
Black with #CE9114
Text Example
Text Example
White with #CE9114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9114; }
p { color: rgb(206,145,20); }
H1.HeaderClassName
{
color: #CE9114;
}
.AnyTagClassName
{
color: #CE9114;
}
</style>
background-color css
<style>
a { background-color: #CE9114; }
a { background-color: rgb(206,145,20); }
div.DivClassName
{
background-color: #CE9114;
}
.BgClassName
{
background-color: #CE9114;
}
</style>
border-color css
<style>
span { border-color: #CE9114; }
span { border-color: rgb(206,145,20); }
td.TdClassName
{
border-color: #CE9114;
}
.TagClassName
{
border-color: #CE9114;
}
</style>