Shades of Buddha Gold #CA9E01
Tints of Buddha Gold #CA9E01
RGB
CMYK
RGB Variations
Color information
#CA9E01 (or 0xCA9E01) is known color: Buddha Gold. HEX triplet: CA, 9E and 01. RGB value is (202,158,1). Sum of RGB (Red+Green+Blue) = 202+158+1=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E01 is #3561FE. Grayscale: #999999. Windows color (decimal): -3498495 or 106186. OLE color: 106186.
HSL color Cylindrical-coordinate representation of color #CA9E01: hue angle of 46.87º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9E01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.21 |
| HSL | 46.87º | 0.99% | 0.4% | - |
| HSV(B) | 46.87º | 1% | 0.79% | - |
| XYZ | 36.59 | 37.01 | 5.24 | - |
| YUV | 153.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 1 | 0 | 0.22 | 1.00 | 0.21 | 46.87 | 0.99 | 0.4 |
| Hex | CA | 9E | 1 | 0 | 16 | 64 | 15 | 2F | 63 | 28 |
| Octal | 312 | 236 | 1 | 0 | 26 | 144 | 25 | 57 | 143 | 50 |
| Binary | 11001010 | 10011110 | 1 | 0 | 10110 | 1100100 | 10101 | 101111 | 1100011 | 101000 |
Color Harmonies of #CA9E01
Complementary color
Monochromatic Colors of #CA9E01
Black with #CA9E01
Text Example
Text Example
White with #CA9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E01; }
p { color: rgb(202,158,1); }
H1.HeaderClassName
{
color: #CA9E01;
}
.AnyTagClassName
{
color: #CA9E01;
}
</style>
background-color css
<style>
a { background-color: #CA9E01; }
a { background-color: rgb(202,158,1); }
div.DivClassName
{
background-color: #CA9E01;
}
.BgClassName
{
background-color: #CA9E01;
}
</style>
border-color css
<style>
span { border-color: #CA9E01; }
span { border-color: rgb(202,158,1); }
td.TdClassName
{
border-color: #CA9E01;
}
.TagClassName
{
border-color: #CA9E01;
}
</style>