Shades of Goldenrod #CEDC73
Tints of Goldenrod #CEDC73
RGB
CMYK
RGB Variations
Color information
#CEDC73 (or 0xCEDC73) is known color: Goldenrod. HEX triplet: CE, DC and 73. RGB value is (206,220,115). Sum of RGB (Red+Green+Blue) = 206+220+115=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC73 is #31238C. Grayscale: #CCCCCC. Windows color (decimal): -3220365 or 7593166. OLE color: 7593166.
HSL color Cylindrical-coordinate representation of color #CEDC73: hue angle of 68º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDC73 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 115 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.14 |
| HSL | 68º | 0.6% | 0.66% | - |
| HSV(B) | 68º | 0.48% | 0.86% | - |
| XYZ | 54.14 | 65.55 | 26.02 | - |
| YUV | 203.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 115 | 0.06 | 0 | 0.48 | 0.14 | 68 | 0.6 | 0.66 |
| Hex | CE | DC | 73 | 6 | 0 | 30 | E | 44 | 3C | 42 |
| Octal | 316 | 334 | 163 | 6 | 0 | 60 | 16 | 104 | 74 | 102 |
| Binary | 11001110 | 11011100 | 1110011 | 110 | 0 | 110000 | 1110 | 1000100 | 111100 | 1000010 |
Color Harmonies of #CEDC73
Complementary color
Monochromatic Colors of #CEDC73
Black with #CEDC73
Text Example
Text Example
White with #CEDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC73; }
p { color: rgb(206,220,115); }
H1.HeaderClassName
{
color: #CEDC73;
}
.AnyTagClassName
{
color: #CEDC73;
}
</style>
background-color css
<style>
a { background-color: #CEDC73; }
a { background-color: rgb(206,220,115); }
div.DivClassName
{
background-color: #CEDC73;
}
.BgClassName
{
background-color: #CEDC73;
}
</style>
border-color css
<style>
span { border-color: #CEDC73; }
span { border-color: rgb(206,220,115); }
td.TdClassName
{
border-color: #CEDC73;
}
.TagClassName
{
border-color: #CEDC73;
}
</style>