Shades of Goldenrod #CEDC70
Tints of Goldenrod #CEDC70
RGB
CMYK
RGB Variations
Color information
#CEDC70 (or 0xCEDC70) is known color: Goldenrod. HEX triplet: CE, DC and 70. RGB value is (206,220,112). Sum of RGB (Red+Green+Blue) = 206+220+112=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC70 is #31238F. Grayscale: #CBCBCB. Windows color (decimal): -3220368 or 7396558. OLE color: 7396558.
HSL color Cylindrical-coordinate representation of color #CEDC70: hue angle of 67.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEDC70 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 112 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.14 |
| HSL | 67.78º | 0.61% | 0.65% | - |
| HSV(B) | 67.78º | 0.49% | 0.86% | - |
| XYZ | 53.97 | 65.48 | 25.12 | - |
| YUV | 203.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 112 | 0.06 | 0 | 0.49 | 0.14 | 67.78 | 0.61 | 0.65 |
| Hex | CE | DC | 70 | 6 | 0 | 31 | E | 44 | 3D | 41 |
| Octal | 316 | 334 | 160 | 6 | 0 | 61 | 16 | 104 | 75 | 101 |
| Binary | 11001110 | 11011100 | 1110000 | 110 | 0 | 110001 | 1110 | 1000100 | 111101 | 1000001 |
Color Harmonies of #CEDC70
Complementary color
Monochromatic Colors of #CEDC70
Black with #CEDC70
Text Example
Text Example
White with #CEDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC70; }
p { color: rgb(206,220,112); }
H1.HeaderClassName
{
color: #CEDC70;
}
.AnyTagClassName
{
color: #CEDC70;
}
</style>
background-color css
<style>
a { background-color: #CEDC70; }
a { background-color: rgb(206,220,112); }
div.DivClassName
{
background-color: #CEDC70;
}
.BgClassName
{
background-color: #CEDC70;
}
</style>
border-color css
<style>
span { border-color: #CEDC70; }
span { border-color: rgb(206,220,112); }
td.TdClassName
{
border-color: #CEDC70;
}
.TagClassName
{
border-color: #CEDC70;
}
</style>