Shades of Buddha Gold #CA9E0E
Tints of Buddha Gold #CA9E0E
RGB
CMYK
RGB Variations
Color information
#CA9E0E (or 0xCA9E0E) is known color: Buddha Gold. HEX triplet: CA, 9E and 0E. RGB value is (202,158,14). Sum of RGB (Red+Green+Blue) = 202+158+14=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E0E is #3561F1. Grayscale: #9B9B9B. Windows color (decimal): -3498482 or 958154. OLE color: 958154.
HSL color Cylindrical-coordinate representation of color #CA9E0E: hue angle of 45.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA9E0E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.21 |
| HSL | 45.96º | 0.87% | 0.42% | - |
| HSV(B) | 45.96º | 0.93% | 0.79% | - |
| XYZ | 36.66 | 37.04 | 5.63 | - |
| YUV | 154.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 14 | 0 | 0.22 | 0.93 | 0.21 | 45.96 | 0.87 | 0.42 |
| Hex | CA | 9E | E | 0 | 16 | 5D | 15 | 2E | 57 | 2A |
| Octal | 312 | 236 | 16 | 0 | 26 | 135 | 25 | 56 | 127 | 52 |
| Binary | 11001010 | 10011110 | 1110 | 0 | 10110 | 1011101 | 10101 | 101110 | 1010111 | 101010 |
Color Harmonies of #CA9E0E
Complementary color
Monochromatic Colors of #CA9E0E
Black with #CA9E0E
Text Example
Text Example
White with #CA9E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E0E; }
p { color: rgb(202,158,14); }
H1.HeaderClassName
{
color: #CA9E0E;
}
.AnyTagClassName
{
color: #CA9E0E;
}
</style>
background-color css
<style>
a { background-color: #CA9E0E; }
a { background-color: rgb(202,158,14); }
div.DivClassName
{
background-color: #CA9E0E;
}
.BgClassName
{
background-color: #CA9E0E;
}
</style>
border-color css
<style>
span { border-color: #CA9E0E; }
span { border-color: rgb(202,158,14); }
td.TdClassName
{
border-color: #CA9E0E;
}
.TagClassName
{
border-color: #CA9E0E;
}
</style>