Shades of Goldenrod #CECF6E
Tints of Goldenrod #CECF6E
RGB
CMYK
RGB Variations
Color information
#CECF6E (or 0xCECF6E) is known color: Goldenrod. HEX triplet: CE, CF and 6E. RGB value is (206,207,110). Sum of RGB (Red+Green+Blue) = 206+207+110=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF6E is #313091. Grayscale: #C4C4C4. Windows color (decimal): -3223698 or 7262158. OLE color: 7262158.
HSL color Cylindrical-coordinate representation of color #CECF6E: hue angle of 60.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CECF6E is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 110 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.19 |
| HSL | 60.62º | 0.5% | 0.62% | - |
| HSV(B) | 60.62º | 0.47% | 0.81% | - |
| XYZ | 50.58 | 58.87 | 23.45 | - |
| YUV | 195.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 110 | 0.00 | 0 | 0.47 | 0.19 | 60.62 | 0.5 | 0.62 |
| Hex | CE | CF | 6E | 0 | 0 | 2F | 13 | 3D | 32 | 3E |
| Octal | 316 | 317 | 156 | 0 | 0 | 57 | 23 | 75 | 62 | 76 |
| Binary | 11001110 | 11001111 | 1101110 | 0 | 0 | 101111 | 10011 | 111101 | 110010 | 111110 |
Color Harmonies of #CECF6E
Complementary color
Monochromatic Colors of #CECF6E
Black with #CECF6E
Text Example
Text Example
White with #CECF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF6E; }
p { color: rgb(206,207,110); }
H1.HeaderClassName
{
color: #CECF6E;
}
.AnyTagClassName
{
color: #CECF6E;
}
</style>
background-color css
<style>
a { background-color: #CECF6E; }
a { background-color: rgb(206,207,110); }
div.DivClassName
{
background-color: #CECF6E;
}
.BgClassName
{
background-color: #CECF6E;
}
</style>
border-color css
<style>
span { border-color: #CECF6E; }
span { border-color: rgb(206,207,110); }
td.TdClassName
{
border-color: #CECF6E;
}
.TagClassName
{
border-color: #CECF6E;
}
</style>