Shades of Goldenrod #CEDA68
Tints of Goldenrod #CEDA68
RGB
CMYK
RGB Variations
Color information
#CEDA68 (or 0xCEDA68) is known color: Goldenrod. HEX triplet: CE, DA and 68. RGB value is (206,218,104). Sum of RGB (Red+Green+Blue) = 206+218+104=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA68 is #312597. Grayscale: #C9C9C9. Windows color (decimal): -3220888 or 6871758. OLE color: 6871758.
HSL color Cylindrical-coordinate representation of color #CEDA68: hue angle of 66.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEDA68 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 104 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.32º | 0.61% | 0.63% | - |
| HSV(B) | 66.32º | 0.52% | 0.85% | - |
| XYZ | 53.02 | 64.26 | 22.71 | - |
| YUV | 201.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 104 | 0.06 | 0 | 0.52 | 0.15 | 66.32 | 0.61 | 0.63 |
| Hex | CE | DA | 68 | 6 | 0 | 34 | F | 42 | 3D | 3F |
| Octal | 316 | 332 | 150 | 6 | 0 | 64 | 17 | 102 | 75 | 77 |
| Binary | 11001110 | 11011010 | 1101000 | 110 | 0 | 110100 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CEDA68
Complementary color
Monochromatic Colors of #CEDA68
Black with #CEDA68
Text Example
Text Example
White with #CEDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA68; }
p { color: rgb(206,218,104); }
H1.HeaderClassName
{
color: #CEDA68;
}
.AnyTagClassName
{
color: #CEDA68;
}
</style>
background-color css
<style>
a { background-color: #CEDA68; }
a { background-color: rgb(206,218,104); }
div.DivClassName
{
background-color: #CEDA68;
}
.BgClassName
{
background-color: #CEDA68;
}
</style>
border-color css
<style>
span { border-color: #CEDA68; }
span { border-color: rgb(206,218,104); }
td.TdClassName
{
border-color: #CEDA68;
}
.TagClassName
{
border-color: #CEDA68;
}
</style>