Shades of Goldenrod #CEDC60
Tints of Goldenrod #CEDC60
RGB
CMYK
RGB Variations
Color information
#CEDC60 (or 0xCEDC60) is known color: Goldenrod. HEX triplet: CE, DC and 60. RGB value is (206,220,96). Sum of RGB (Red+Green+Blue) = 206+220+96=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC60 is #31239F. Grayscale: #CACACA. Windows color (decimal): -3220384 or 6347982. OLE color: 6347982.
HSL color Cylindrical-coordinate representation of color #CEDC60: hue angle of 66.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEDC60 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 96 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.14 |
| HSL | 66.77º | 0.64% | 0.62% | - |
| HSV(B) | 66.77º | 0.56% | 0.86% | - |
| XYZ | 53.16 | 65.15 | 20.84 | - |
| YUV | 201.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 96 | 0.06 | 0 | 0.56 | 0.14 | 66.77 | 0.64 | 0.62 |
| Hex | CE | DC | 60 | 6 | 0 | 38 | E | 43 | 40 | 3E |
| Octal | 316 | 334 | 140 | 6 | 0 | 70 | 16 | 103 | 100 | 76 |
| Binary | 11001110 | 11011100 | 1100000 | 110 | 0 | 111000 | 1110 | 1000011 | 1000000 | 111110 |
Color Harmonies of #CEDC60
Complementary color
Monochromatic Colors of #CEDC60
Black with #CEDC60
Text Example
Text Example
White with #CEDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC60; }
p { color: rgb(206,220,96); }
H1.HeaderClassName
{
color: #CEDC60;
}
.AnyTagClassName
{
color: #CEDC60;
}
</style>
background-color css
<style>
a { background-color: #CEDC60; }
a { background-color: rgb(206,220,96); }
div.DivClassName
{
background-color: #CEDC60;
}
.BgClassName
{
background-color: #CEDC60;
}
</style>
border-color css
<style>
span { border-color: #CEDC60; }
span { border-color: rgb(206,220,96); }
td.TdClassName
{
border-color: #CEDC60;
}
.TagClassName
{
border-color: #CEDC60;
}
</style>