Shades of Buddha Gold #CEA50B
Tints of Buddha Gold #CEA50B
RGB
CMYK
RGB Variations
Color information
#CEA50B (or 0xCEA50B) is known color: Buddha Gold. HEX triplet: CE, A5 and 0B. RGB value is (206,165,11). Sum of RGB (Red+Green+Blue) = 206+165+11=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA50B is #315AF4. Grayscale: #A0A0A0. Windows color (decimal): -3234549 or 763342. OLE color: 763342.
HSL color Cylindrical-coordinate representation of color #CEA50B: hue angle of 47.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEA50B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.19 |
| HSL | 47.38º | 0.9% | 0.43% | - |
| HSV(B) | 47.38º | 0.95% | 0.81% | - |
| XYZ | 38.97 | 40.06 | 5.99 | - |
| YUV | 159.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 11 | 0 | 0.20 | 0.95 | 0.19 | 47.38 | 0.9 | 0.43 |
| Hex | CE | A5 | B | 0 | 14 | 5F | 13 | 2F | 5A | 2B |
| Octal | 316 | 245 | 13 | 0 | 24 | 137 | 23 | 57 | 132 | 53 |
| Binary | 11001110 | 10100101 | 1011 | 0 | 10100 | 1011111 | 10011 | 101111 | 1011010 | 101011 |
Color Harmonies of #CEA50B
Complementary color
Monochromatic Colors of #CEA50B
Black with #CEA50B
Text Example
Text Example
White with #CEA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA50B; }
p { color: rgb(206,165,11); }
H1.HeaderClassName
{
color: #CEA50B;
}
.AnyTagClassName
{
color: #CEA50B;
}
</style>
background-color css
<style>
a { background-color: #CEA50B; }
a { background-color: rgb(206,165,11); }
div.DivClassName
{
background-color: #CEA50B;
}
.BgClassName
{
background-color: #CEA50B;
}
</style>
border-color css
<style>
span { border-color: #CEA50B; }
span { border-color: rgb(206,165,11); }
td.TdClassName
{
border-color: #CEA50B;
}
.TagClassName
{
border-color: #CEA50B;
}
</style>