Shades of Metallic Gold #CEA240
Tints of Metallic Gold #CEA240
RGB
CMYK
RGB Variations
Color information
#CEA240 (or 0xCEA240) is known color: Metallic Gold. HEX triplet: CE, A2 and 40. RGB value is (206,162,64). Sum of RGB (Red+Green+Blue) = 206+162+64=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA240 is #315DBF. Grayscale: #A4A4A4. Windows color (decimal): -3235264 or 4235982. OLE color: 4235982.
HSL color Cylindrical-coordinate representation of color #CEA240: hue angle of 41.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEA240 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 64 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.19 |
| HSL | 41.41º | 0.59% | 0.53% | - |
| HSV(B) | 41.41º | 0.69% | 0.81% | - |
| XYZ | 39.3 | 39.33 | 10.37 | - |
| YUV | 163.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 64 | 0 | 0.21 | 0.69 | 0.19 | 41.41 | 0.59 | 0.53 |
| Hex | CE | A2 | 40 | 0 | 15 | 45 | 13 | 29 | 3B | 35 |
| Octal | 316 | 242 | 100 | 0 | 25 | 105 | 23 | 51 | 73 | 65 |
| Binary | 11001110 | 10100010 | 1000000 | 0 | 10101 | 1000101 | 10011 | 101001 | 111011 | 110101 |
Color Harmonies of #CEA240
Complementary color
Monochromatic Colors of #CEA240
Black with #CEA240
Text Example
Text Example
White with #CEA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA240; }
p { color: rgb(206,162,64); }
H1.HeaderClassName
{
color: #CEA240;
}
.AnyTagClassName
{
color: #CEA240;
}
</style>
background-color css
<style>
a { background-color: #CEA240; }
a { background-color: rgb(206,162,64); }
div.DivClassName
{
background-color: #CEA240;
}
.BgClassName
{
background-color: #CEA240;
}
</style>
border-color css
<style>
span { border-color: #CEA240; }
span { border-color: rgb(206,162,64); }
td.TdClassName
{
border-color: #CEA240;
}
.TagClassName
{
border-color: #CEA240;
}
</style>