Shades of Buddha Gold #CE9014
Tints of Buddha Gold #CE9014
RGB
CMYK
RGB Variations
Color information
#CE9014 (or 0xCE9014) is known color: Buddha Gold. HEX triplet: CE, 90 and 14. RGB value is (206,144,20). Sum of RGB (Red+Green+Blue) = 206+144+20=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9014 is #316FEB. Grayscale: #949494. Windows color (decimal): -3239916 or 1347790. OLE color: 1347790.
HSL color Cylindrical-coordinate representation of color #CE9014: hue angle of 40º 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 #CE9014 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 20 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.19 |
| HSL | 40º | 0.82% | 0.44% | - |
| HSV(B) | 40º | 0.9% | 0.81% | - |
| XYZ | 35.55 | 33.12 | 5.18 | - |
| YUV | 148.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 20 | 0 | 0.30 | 0.90 | 0.19 | 40 | 0.82 | 0.44 |
| Hex | CE | 90 | 14 | 0 | 1E | 5A | 13 | 28 | 52 | 2C |
| Octal | 316 | 220 | 24 | 0 | 36 | 132 | 23 | 50 | 122 | 54 |
| Binary | 11001110 | 10010000 | 10100 | 0 | 11110 | 1011010 | 10011 | 101000 | 1010010 | 101100 |
Color Harmonies of #CE9014
Complementary color
Monochromatic Colors of #CE9014
Black with #CE9014
Text Example
Text Example
White with #CE9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9014; }
p { color: rgb(206,144,20); }
H1.HeaderClassName
{
color: #CE9014;
}
.AnyTagClassName
{
color: #CE9014;
}
</style>
background-color css
<style>
a { background-color: #CE9014; }
a { background-color: rgb(206,144,20); }
div.DivClassName
{
background-color: #CE9014;
}
.BgClassName
{
background-color: #CE9014;
}
</style>
border-color css
<style>
span { border-color: #CE9014; }
span { border-color: rgb(206,144,20); }
td.TdClassName
{
border-color: #CE9014;
}
.TagClassName
{
border-color: #CE9014;
}
</style>