Shades of Old Gold #CEBA2E
Tints of Old Gold #CEBA2E
RGB
CMYK
RGB Variations
Color information
#CEBA2E (or 0xCEBA2E) is known color: Old Gold. HEX triplet: CE, BA and 2E. RGB value is (206,186,46). Sum of RGB (Red+Green+Blue) = 206+186+46=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA2E is #3145D1. Grayscale: #B0B0B0. Windows color (decimal): -3229138 or 3062478. OLE color: 3062478.
HSL color Cylindrical-coordinate representation of color #CEBA2E: hue angle of 52.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEBA2E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 46 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.19 |
| HSL | 52.5º | 0.63% | 0.49% | - |
| HSV(B) | 52.5º | 0.78% | 0.81% | - |
| XYZ | 43.51 | 48.44 | 9.64 | - |
| YUV | 176.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 46 | 0 | 0.10 | 0.78 | 0.19 | 52.5 | 0.63 | 0.49 |
| Hex | CE | BA | 2E | 0 | A | 4E | 13 | 34 | 3F | 31 |
| Octal | 316 | 272 | 56 | 0 | 12 | 116 | 23 | 64 | 77 | 61 |
| Binary | 11001110 | 10111010 | 101110 | 0 | 1010 | 1001110 | 10011 | 110100 | 111111 | 110001 |
Color Harmonies of #CEBA2E
Complementary color
Monochromatic Colors of #CEBA2E
Black with #CEBA2E
Text Example
Text Example
White with #CEBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA2E; }
p { color: rgb(206,186,46); }
H1.HeaderClassName
{
color: #CEBA2E;
}
.AnyTagClassName
{
color: #CEBA2E;
}
</style>
background-color css
<style>
a { background-color: #CEBA2E; }
a { background-color: rgb(206,186,46); }
div.DivClassName
{
background-color: #CEBA2E;
}
.BgClassName
{
background-color: #CEBA2E;
}
</style>
border-color css
<style>
span { border-color: #CEBA2E; }
span { border-color: rgb(206,186,46); }
td.TdClassName
{
border-color: #CEBA2E;
}
.TagClassName
{
border-color: #CEBA2E;
}
</style>