Shades of Buddha Gold #CEA30A
Tints of Buddha Gold #CEA30A
RGB
CMYK
RGB Variations
Color information
#CEA30A (or 0xCEA30A) is known color: Buddha Gold. HEX triplet: CE, A3 and 0A. RGB value is (206,163,10). Sum of RGB (Red+Green+Blue) = 206+163+10=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA30A is #315CF5. Grayscale: #9F9F9F. Windows color (decimal): -3235062 or 697294. OLE color: 697294.
HSL color Cylindrical-coordinate representation of color #CEA30A: hue angle of 46.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEA30A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.19 |
| HSL | 46.84º | 0.91% | 0.42% | - |
| HSV(B) | 46.84º | 0.95% | 0.81% | - |
| XYZ | 38.61 | 39.34 | 5.85 | - |
| YUV | 158.42 | 44.25 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 10 | 0 | 0.21 | 0.95 | 0.19 | 46.84 | 0.91 | 0.42 |
| Hex | CE | A3 | A | 0 | 15 | 5F | 13 | 2F | 5B | 2A |
| Octal | 316 | 243 | 12 | 0 | 25 | 137 | 23 | 57 | 133 | 52 |
| Binary | 11001110 | 10100011 | 1010 | 0 | 10101 | 1011111 | 10011 | 101111 | 1011011 | 101010 |
Color Harmonies of #CEA30A
Complementary color
Monochromatic Colors of #CEA30A
Black with #CEA30A
Text Example
Text Example
White with #CEA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA30A; }
p { color: rgb(206,163,10); }
H1.HeaderClassName
{
color: #CEA30A;
}
.AnyTagClassName
{
color: #CEA30A;
}
</style>
background-color css
<style>
a { background-color: #CEA30A; }
a { background-color: rgb(206,163,10); }
div.DivClassName
{
background-color: #CEA30A;
}
.BgClassName
{
background-color: #CEA30A;
}
</style>
border-color css
<style>
span { border-color: #CEA30A; }
span { border-color: rgb(206,163,10); }
td.TdClassName
{
border-color: #CEA30A;
}
.TagClassName
{
border-color: #CEA30A;
}
</style>