Shades of Goldenrod #CEDC5F
Tints of Goldenrod #CEDC5F
RGB
CMYK
RGB Variations
Color information
#CEDC5F (or 0xCEDC5F) is known color: Goldenrod. HEX triplet: CE, DC and 5F. RGB value is (206,220,95). Sum of RGB (Red+Green+Blue) = 206+220+95=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC5F is #3123A0. Grayscale: #CACACA. Windows color (decimal): -3220385 or 6282446. OLE color: 6282446.
HSL color Cylindrical-coordinate representation of color #CEDC5F: hue angle of 66.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEDC5F is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 95 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.14 |
| HSL | 66.72º | 0.64% | 0.62% | - |
| HSV(B) | 66.72º | 0.57% | 0.86% | - |
| XYZ | 53.11 | 65.13 | 20.6 | - |
| YUV | 201.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 95 | 0.06 | 0 | 0.57 | 0.14 | 66.72 | 0.64 | 0.62 |
| Hex | CE | DC | 5F | 6 | 0 | 39 | E | 43 | 40 | 3E |
| Octal | 316 | 334 | 137 | 6 | 0 | 71 | 16 | 103 | 100 | 76 |
| Binary | 11001110 | 11011100 | 1011111 | 110 | 0 | 111001 | 1110 | 1000011 | 1000000 | 111110 |
Color Harmonies of #CEDC5F
Complementary color
Monochromatic Colors of #CEDC5F
Black with #CEDC5F
Text Example
Text Example
White with #CEDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC5F; }
p { color: rgb(206,220,95); }
H1.HeaderClassName
{
color: #CEDC5F;
}
.AnyTagClassName
{
color: #CEDC5F;
}
</style>
background-color css
<style>
a { background-color: #CEDC5F; }
a { background-color: rgb(206,220,95); }
div.DivClassName
{
background-color: #CEDC5F;
}
.BgClassName
{
background-color: #CEDC5F;
}
</style>
border-color css
<style>
span { border-color: #CEDC5F; }
span { border-color: rgb(206,220,95); }
td.TdClassName
{
border-color: #CEDC5F;
}
.TagClassName
{
border-color: #CEDC5F;
}
</style>