Shades of Goldenrod #CED56E
Tints of Goldenrod #CED56E
RGB
CMYK
RGB Variations
Color information
#CED56E (or 0xCED56E) is known color: Goldenrod. HEX triplet: CE, D5 and 6E. RGB value is (206,213,110). Sum of RGB (Red+Green+Blue) = 206+213+110=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CED56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED56E is #312A91. Grayscale: #C7C7C7. Windows color (decimal): -3222162 or 7263694. OLE color: 7263694.
HSL color Cylindrical-coordinate representation of color #CED56E: hue angle of 64.08º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CED56E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 110 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.16 |
| HSL | 64.08º | 0.55% | 0.63% | - |
| HSV(B) | 64.08º | 0.48% | 0.84% | - |
| XYZ | 52.06 | 61.84 | 23.94 | - |
| YUV | 199.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 110 | 0.03 | 0 | 0.48 | 0.16 | 64.08 | 0.55 | 0.63 |
| Hex | CE | D5 | 6E | 3 | 0 | 30 | 10 | 40 | 37 | 3F |
| Octal | 316 | 325 | 156 | 3 | 0 | 60 | 20 | 100 | 67 | 77 |
| Binary | 11001110 | 11010101 | 1101110 | 11 | 0 | 110000 | 10000 | 1000000 | 110111 | 111111 |
Color Harmonies of #CED56E
Complementary color
Monochromatic Colors of #CED56E
Black with #CED56E
Text Example
Text Example
White with #CED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED56E; }
p { color: rgb(206,213,110); }
H1.HeaderClassName
{
color: #CED56E;
}
.AnyTagClassName
{
color: #CED56E;
}
</style>
background-color css
<style>
a { background-color: #CED56E; }
a { background-color: rgb(206,213,110); }
div.DivClassName
{
background-color: #CED56E;
}
.BgClassName
{
background-color: #CED56E;
}
</style>
border-color css
<style>
span { border-color: #CED56E; }
span { border-color: rgb(206,213,110); }
td.TdClassName
{
border-color: #CED56E;
}
.TagClassName
{
border-color: #CED56E;
}
</style>