Shades of Goldenrod #CEDA6E
Tints of Goldenrod #CEDA6E
RGB
CMYK
RGB Variations
Color information
#CEDA6E (or 0xCEDA6E) is known color: Goldenrod. HEX triplet: CE, DA and 6E. RGB value is (206,218,110). Sum of RGB (Red+Green+Blue) = 206+218+110=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA6E is #312591. Grayscale: #CACACA. Windows color (decimal): -3220882 or 7264974. OLE color: 7264974.
HSL color Cylindrical-coordinate representation of color #CEDA6E: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEDA6E is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 110 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.15 |
| HSL | 66.67º | 0.59% | 0.64% | - |
| HSV(B) | 66.67º | 0.5% | 0.85% | - |
| XYZ | 53.34 | 64.39 | 24.37 | - |
| YUV | 202.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 110 | 0.06 | 0 | 0.50 | 0.15 | 66.67 | 0.59 | 0.64 |
| Hex | CE | DA | 6E | 6 | 0 | 32 | F | 43 | 3B | 40 |
| Octal | 316 | 332 | 156 | 6 | 0 | 62 | 17 | 103 | 73 | 100 |
| Binary | 11001110 | 11011010 | 1101110 | 110 | 0 | 110010 | 1111 | 1000011 | 111011 | 1000000 |
Color Harmonies of #CEDA6E
Complementary color
Monochromatic Colors of #CEDA6E
Black with #CEDA6E
Text Example
Text Example
White with #CEDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA6E; }
p { color: rgb(206,218,110); }
H1.HeaderClassName
{
color: #CEDA6E;
}
.AnyTagClassName
{
color: #CEDA6E;
}
</style>
background-color css
<style>
a { background-color: #CEDA6E; }
a { background-color: rgb(206,218,110); }
div.DivClassName
{
background-color: #CEDA6E;
}
.BgClassName
{
background-color: #CEDA6E;
}
</style>
border-color css
<style>
span { border-color: #CEDA6E; }
span { border-color: rgb(206,218,110); }
td.TdClassName
{
border-color: #CEDA6E;
}
.TagClassName
{
border-color: #CEDA6E;
}
</style>