Shades of Goldenrod #CECE6E
Tints of Goldenrod #CECE6E
RGB
CMYK
RGB Variations
Color information
#CECE6E (or 0xCECE6E) is known color: Goldenrod. HEX triplet: CE, CE and 6E. RGB value is (206,206,110). Sum of RGB (Red+Green+Blue) = 206+206+110=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE6E is #313191. Grayscale: #C3C3C3. Windows color (decimal): -3223954 or 7261902. OLE color: 7261902.
HSL color Cylindrical-coordinate representation of color #CECE6E: hue angle of 60º degrees, saturation: 0.49, 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 #CECE6E is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 110 | - |
| CMYK | 0 | 0 | 0.47 | 0.19 |
| HSL | 60º | 0.49% | 0.62% | - |
| HSV(B) | 60º | 0.47% | 0.81% | - |
| XYZ | 50.34 | 58.39 | 23.37 | - |
| YUV | 195.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 110 | 0 | 0 | 0.47 | 0.19 | 60 | 0.49 | 0.62 |
| Hex | CE | CE | 6E | 0 | 0 | 2F | 13 | 3C | 31 | 3E |
| Octal | 316 | 316 | 156 | 0 | 0 | 57 | 23 | 74 | 61 | 76 |
| Binary | 11001110 | 11001110 | 1101110 | 0 | 0 | 101111 | 10011 | 111100 | 110001 | 111110 |
Color Harmonies of #CECE6E
Complementary color
Monochromatic Colors of #CECE6E
Black with #CECE6E
Text Example
Text Example
White with #CECE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE6E; }
p { color: rgb(206,206,110); }
H1.HeaderClassName
{
color: #CECE6E;
}
.AnyTagClassName
{
color: #CECE6E;
}
</style>
background-color css
<style>
a { background-color: #CECE6E; }
a { background-color: rgb(206,206,110); }
div.DivClassName
{
background-color: #CECE6E;
}
.BgClassName
{
background-color: #CECE6E;
}
</style>
border-color css
<style>
span { border-color: #CECE6E; }
span { border-color: rgb(206,206,110); }
td.TdClassName
{
border-color: #CECE6E;
}
.TagClassName
{
border-color: #CECE6E;
}
</style>