Shades of Goldenrod #CECF70
Tints of Goldenrod #CECF70
RGB
CMYK
RGB Variations
Color information
#CECF70 (or 0xCECF70) is known color: Goldenrod. HEX triplet: CE, CF and 70. RGB value is (206,207,112). Sum of RGB (Red+Green+Blue) = 206+207+112=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF70 is #31308F. Grayscale: #C4C4C4. Windows color (decimal): -3223696 or 7393230. OLE color: 7393230.
HSL color Cylindrical-coordinate representation of color #CECF70: hue angle of 60.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CECF70 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 112 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.19 |
| HSL | 60.63º | 0.5% | 0.63% | - |
| HSV(B) | 60.63º | 0.46% | 0.81% | - |
| XYZ | 50.69 | 58.92 | 24.03 | - |
| YUV | 195.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 112 | 0.00 | 0 | 0.46 | 0.19 | 60.63 | 0.5 | 0.63 |
| Hex | CE | CF | 70 | 0 | 0 | 2E | 13 | 3D | 32 | 3F |
| Octal | 316 | 317 | 160 | 0 | 0 | 56 | 23 | 75 | 62 | 77 |
| Binary | 11001110 | 11001111 | 1110000 | 0 | 0 | 101110 | 10011 | 111101 | 110010 | 111111 |
Color Harmonies of #CECF70
Complementary color
Monochromatic Colors of #CECF70
Black with #CECF70
Text Example
Text Example
White with #CECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF70; }
p { color: rgb(206,207,112); }
H1.HeaderClassName
{
color: #CECF70;
}
.AnyTagClassName
{
color: #CECF70;
}
</style>
background-color css
<style>
a { background-color: #CECF70; }
a { background-color: rgb(206,207,112); }
div.DivClassName
{
background-color: #CECF70;
}
.BgClassName
{
background-color: #CECF70;
}
</style>
border-color css
<style>
span { border-color: #CECF70; }
span { border-color: rgb(206,207,112); }
td.TdClassName
{
border-color: #CECF70;
}
.TagClassName
{
border-color: #CECF70;
}
</style>