Shades of Goldenrod #CECA6E
Tints of Goldenrod #CECA6E
RGB
CMYK
RGB Variations
Color information
#CECA6E (or 0xCECA6E) is known color: Goldenrod. HEX triplet: CE, CA and 6E. RGB value is (206,202,110). Sum of RGB (Red+Green+Blue) = 206+202+110=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA6E is #313591. Grayscale: #C1C1C1. Windows color (decimal): -3224978 or 7260878. OLE color: 7260878.
HSL color Cylindrical-coordinate representation of color #CECA6E: hue angle of 57.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CECA6E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 110 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.19 |
| HSL | 57.5º | 0.49% | 0.62% | - |
| HSV(B) | 57.5º | 0.47% | 0.81% | - |
| XYZ | 49.39 | 56.49 | 23.05 | - |
| YUV | 192.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 110 | 0 | 0.02 | 0.47 | 0.19 | 57.5 | 0.49 | 0.62 |
| Hex | CE | CA | 6E | 0 | 2 | 2F | 13 | 3A | 31 | 3E |
| Octal | 316 | 312 | 156 | 0 | 2 | 57 | 23 | 72 | 61 | 76 |
| Binary | 11001110 | 11001010 | 1101110 | 0 | 10 | 101111 | 10011 | 111010 | 110001 | 111110 |
Color Harmonies of #CECA6E
Complementary color
Monochromatic Colors of #CECA6E
Black with #CECA6E
Text Example
Text Example
White with #CECA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA6E; }
p { color: rgb(206,202,110); }
H1.HeaderClassName
{
color: #CECA6E;
}
.AnyTagClassName
{
color: #CECA6E;
}
</style>
background-color css
<style>
a { background-color: #CECA6E; }
a { background-color: rgb(206,202,110); }
div.DivClassName
{
background-color: #CECA6E;
}
.BgClassName
{
background-color: #CECA6E;
}
</style>
border-color css
<style>
span { border-color: #CECA6E; }
span { border-color: rgb(206,202,110); }
td.TdClassName
{
border-color: #CECA6E;
}
.TagClassName
{
border-color: #CECA6E;
}
</style>