Shades of Goldenrod #CED06E
Tints of Goldenrod #CED06E
RGB
CMYK
RGB Variations
Color information
#CED06E (or 0xCED06E) is known color: Goldenrod. HEX triplet: CE, D0 and 6E. RGB value is (206,208,110). Sum of RGB (Red+Green+Blue) = 206+208+110=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #CED06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED06E is #312F91. Grayscale: #C4C4C4. Windows color (decimal): -3223442 or 7262414. OLE color: 7262414.
HSL color Cylindrical-coordinate representation of color #CED06E: hue angle of 61.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED06E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 110 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.18 |
| HSL | 61.22º | 0.51% | 0.62% | - |
| HSV(B) | 61.22º | 0.47% | 0.82% | - |
| XYZ | 50.82 | 59.36 | 23.53 | - |
| YUV | 196.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 110 | 0.01 | 0 | 0.47 | 0.18 | 61.22 | 0.51 | 0.62 |
| Hex | CE | D0 | 6E | 1 | 0 | 2F | 12 | 3D | 33 | 3E |
| Octal | 316 | 320 | 156 | 1 | 0 | 57 | 22 | 75 | 63 | 76 |
| Binary | 11001110 | 11010000 | 1101110 | 1 | 0 | 101111 | 10010 | 111101 | 110011 | 111110 |
Color Harmonies of #CED06E
Complementary color
Monochromatic Colors of #CED06E
Black with #CED06E
Text Example
Text Example
White with #CED06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED06E; }
p { color: rgb(206,208,110); }
H1.HeaderClassName
{
color: #CED06E;
}
.AnyTagClassName
{
color: #CED06E;
}
</style>
background-color css
<style>
a { background-color: #CED06E; }
a { background-color: rgb(206,208,110); }
div.DivClassName
{
background-color: #CED06E;
}
.BgClassName
{
background-color: #CED06E;
}
</style>
border-color css
<style>
span { border-color: #CED06E; }
span { border-color: rgb(206,208,110); }
td.TdClassName
{
border-color: #CED06E;
}
.TagClassName
{
border-color: #CED06E;
}
</style>