Shades of Metallic Gold #CEA03A
Tints of Metallic Gold #CEA03A
RGB
CMYK
RGB Variations
Color information
#CEA03A (or 0xCEA03A) is known color: Metallic Gold. HEX triplet: CE, A0 and 3A. RGB value is (206,160,58). Sum of RGB (Red+Green+Blue) = 206+160+58=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA03A is #315FC5. Grayscale: #A2A2A2. Windows color (decimal): -3235782 or 3842254. OLE color: 3842254.
HSL color Cylindrical-coordinate representation of color #CEA03A: hue angle of 41.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEA03A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 58 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.19 |
| HSL | 41.35º | 0.6% | 0.52% | - |
| HSV(B) | 41.35º | 0.72% | 0.81% | - |
| XYZ | 38.79 | 38.57 | 9.4 | - |
| YUV | 162.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 58 | 0 | 0.22 | 0.72 | 0.19 | 41.35 | 0.6 | 0.52 |
| Hex | CE | A0 | 3A | 0 | 16 | 48 | 13 | 29 | 3C | 34 |
| Octal | 316 | 240 | 72 | 0 | 26 | 110 | 23 | 51 | 74 | 64 |
| Binary | 11001110 | 10100000 | 111010 | 0 | 10110 | 1001000 | 10011 | 101001 | 111100 | 110100 |
Color Harmonies of #CEA03A
Complementary color
Monochromatic Colors of #CEA03A
Black with #CEA03A
Text Example
Text Example
White with #CEA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA03A; }
p { color: rgb(206,160,58); }
H1.HeaderClassName
{
color: #CEA03A;
}
.AnyTagClassName
{
color: #CEA03A;
}
</style>
background-color css
<style>
a { background-color: #CEA03A; }
a { background-color: rgb(206,160,58); }
div.DivClassName
{
background-color: #CEA03A;
}
.BgClassName
{
background-color: #CEA03A;
}
</style>
border-color css
<style>
span { border-color: #CEA03A; }
span { border-color: rgb(206,160,58); }
td.TdClassName
{
border-color: #CEA03A;
}
.TagClassName
{
border-color: #CEA03A;
}
</style>