Shades of Goldenrod #CEDD70
Tints of Goldenrod #CEDD70
RGB
CMYK
RGB Variations
Color information
#CEDD70 (or 0xCEDD70) is known color: Goldenrod. HEX triplet: CE, DD and 70. RGB value is (206,221,112). Sum of RGB (Red+Green+Blue) = 206+221+112=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD70 is #31228F. Grayscale: #CCCCCC. Windows color (decimal): -3220112 or 7396814. OLE color: 7396814.
HSL color Cylindrical-coordinate representation of color #CEDD70: hue angle of 68.26º degrees, saturation: 0.62, 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 #CEDD70 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 112 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.13 |
| HSL | 68.26º | 0.62% | 0.65% | - |
| HSV(B) | 68.26º | 0.49% | 0.87% | - |
| XYZ | 54.23 | 66 | 25.21 | - |
| YUV | 204.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 112 | 0.07 | 0 | 0.49 | 0.13 | 68.26 | 0.62 | 0.65 |
| Hex | CE | DD | 70 | 7 | 0 | 31 | D | 44 | 3E | 41 |
| Octal | 316 | 335 | 160 | 7 | 0 | 61 | 15 | 104 | 76 | 101 |
| Binary | 11001110 | 11011101 | 1110000 | 111 | 0 | 110001 | 1101 | 1000100 | 111110 | 1000001 |
Color Harmonies of #CEDD70
Complementary color
Monochromatic Colors of #CEDD70
Black with #CEDD70
Text Example
Text Example
White with #CEDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD70; }
p { color: rgb(206,221,112); }
H1.HeaderClassName
{
color: #CEDD70;
}
.AnyTagClassName
{
color: #CEDD70;
}
</style>
background-color css
<style>
a { background-color: #CEDD70; }
a { background-color: rgb(206,221,112); }
div.DivClassName
{
background-color: #CEDD70;
}
.BgClassName
{
background-color: #CEDD70;
}
</style>
border-color css
<style>
span { border-color: #CEDD70; }
span { border-color: rgb(206,221,112); }
td.TdClassName
{
border-color: #CEDD70;
}
.TagClassName
{
border-color: #CEDD70;
}
</style>