Shades of Goldenrod #CEDD71
Tints of Goldenrod #CEDD71
RGB
CMYK
RGB Variations
Color information
#CEDD71 (or 0xCEDD71) is known color: Goldenrod. HEX triplet: CE, DD and 71. RGB value is (206,221,113). Sum of RGB (Red+Green+Blue) = 206+221+113=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD71 is #31228E. Grayscale: #CCCCCC. Windows color (decimal): -3220111 or 7462350. OLE color: 7462350.
HSL color Cylindrical-coordinate representation of color #CEDD71: hue angle of 68.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEDD71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 113 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.13 |
| HSL | 68.33º | 0.61% | 0.65% | - |
| HSV(B) | 68.33º | 0.49% | 0.87% | - |
| XYZ | 54.29 | 66.03 | 25.51 | - |
| YUV | 204.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 113 | 0.07 | 0 | 0.49 | 0.13 | 68.33 | 0.61 | 0.65 |
| Hex | CE | DD | 71 | 7 | 0 | 31 | D | 44 | 3D | 41 |
| Octal | 316 | 335 | 161 | 7 | 0 | 61 | 15 | 104 | 75 | 101 |
| Binary | 11001110 | 11011101 | 1110001 | 111 | 0 | 110001 | 1101 | 1000100 | 111101 | 1000001 |
Color Harmonies of #CEDD71
Complementary color
Monochromatic Colors of #CEDD71
Black with #CEDD71
Text Example
Text Example
White with #CEDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD71; }
p { color: rgb(206,221,113); }
H1.HeaderClassName
{
color: #CEDD71;
}
.AnyTagClassName
{
color: #CEDD71;
}
</style>
background-color css
<style>
a { background-color: #CEDD71; }
a { background-color: rgb(206,221,113); }
div.DivClassName
{
background-color: #CEDD71;
}
.BgClassName
{
background-color: #CEDD71;
}
</style>
border-color css
<style>
span { border-color: #CEDD71; }
span { border-color: rgb(206,221,113); }
td.TdClassName
{
border-color: #CEDD71;
}
.TagClassName
{
border-color: #CEDD71;
}
</style>