Shades of Goldenrod #CEDB73
Tints of Goldenrod #CEDB73
RGB
CMYK
RGB Variations
Color information
#CEDB73 (or 0xCEDB73) is known color: Goldenrod. HEX triplet: CE, DB and 73. RGB value is (206,219,115). Sum of RGB (Red+Green+Blue) = 206+219+115=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB73 is #31248C. Grayscale: #CBCBCB. Windows color (decimal): -3220621 or 7592910. OLE color: 7592910.
HSL color Cylindrical-coordinate representation of color #CEDB73: hue angle of 67.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDB73 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 115 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.14 |
| HSL | 67.5º | 0.59% | 0.65% | - |
| HSV(B) | 67.5º | 0.47% | 0.86% | - |
| XYZ | 53.88 | 65.02 | 25.93 | - |
| YUV | 203.26 | 78.19 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 115 | 0.06 | 0 | 0.47 | 0.14 | 67.5 | 0.59 | 0.65 |
| Hex | CE | DB | 73 | 6 | 0 | 2F | E | 44 | 3B | 41 |
| Octal | 316 | 333 | 163 | 6 | 0 | 57 | 16 | 104 | 73 | 101 |
| Binary | 11001110 | 11011011 | 1110011 | 110 | 0 | 101111 | 1110 | 1000100 | 111011 | 1000001 |
Color Harmonies of #CEDB73
Complementary color
Monochromatic Colors of #CEDB73
Black with #CEDB73
Text Example
Text Example
White with #CEDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB73; }
p { color: rgb(206,219,115); }
H1.HeaderClassName
{
color: #CEDB73;
}
.AnyTagClassName
{
color: #CEDB73;
}
</style>
background-color css
<style>
a { background-color: #CEDB73; }
a { background-color: rgb(206,219,115); }
div.DivClassName
{
background-color: #CEDB73;
}
.BgClassName
{
background-color: #CEDB73;
}
</style>
border-color css
<style>
span { border-color: #CEDB73; }
span { border-color: rgb(206,219,115); }
td.TdClassName
{
border-color: #CEDB73;
}
.TagClassName
{
border-color: #CEDB73;
}
</style>