Shades of Goldenrod #CEDD73
Tints of Goldenrod #CEDD73
RGB
CMYK
RGB Variations
Color information
#CEDD73 (or 0xCEDD73) is known color: Goldenrod. HEX triplet: CE, DD and 73. RGB value is (206,221,115). Sum of RGB (Red+Green+Blue) = 206+221+115=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD73 is #31228C. Grayscale: #CCCCCC. Windows color (decimal): -3220109 or 7593422. OLE color: 7593422.
HSL color Cylindrical-coordinate representation of color #CEDD73: hue angle of 68.49º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDD73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 115 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.13 |
| HSL | 68.49º | 0.61% | 0.66% | - |
| HSV(B) | 68.49º | 0.48% | 0.87% | - |
| XYZ | 54.4 | 66.07 | 26.11 | - |
| YUV | 204.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 115 | 0.07 | 0 | 0.48 | 0.13 | 68.49 | 0.61 | 0.66 |
| Hex | CE | DD | 73 | 7 | 0 | 30 | D | 44 | 3D | 42 |
| Octal | 316 | 335 | 163 | 7 | 0 | 60 | 15 | 104 | 75 | 102 |
| Binary | 11001110 | 11011101 | 1110011 | 111 | 0 | 110000 | 1101 | 1000100 | 111101 | 1000010 |
Color Harmonies of #CEDD73
Complementary color
Monochromatic Colors of #CEDD73
Black with #CEDD73
Text Example
Text Example
White with #CEDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD73; }
p { color: rgb(206,221,115); }
H1.HeaderClassName
{
color: #CEDD73;
}
.AnyTagClassName
{
color: #CEDD73;
}
</style>
background-color css
<style>
a { background-color: #CEDD73; }
a { background-color: rgb(206,221,115); }
div.DivClassName
{
background-color: #CEDD73;
}
.BgClassName
{
background-color: #CEDD73;
}
</style>
border-color css
<style>
span { border-color: #CEDD73; }
span { border-color: rgb(206,221,115); }
td.TdClassName
{
border-color: #CEDD73;
}
.TagClassName
{
border-color: #CEDD73;
}
</style>