Shades of Goldenrod #CECA6A
Tints of Goldenrod #CECA6A
RGB
CMYK
RGB Variations
Color information
#CECA6A (or 0xCECA6A) is known color: Goldenrod. HEX triplet: CE, CA and 6A. RGB value is (206,202,106). Sum of RGB (Red+Green+Blue) = 206+202+106=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA6A is #313595. Grayscale: #C0C0C0. Windows color (decimal): -3224982 or 6998734. OLE color: 6998734.
HSL color Cylindrical-coordinate representation of color #CECA6A: hue angle of 57.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CECA6A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 106 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.19 |
| HSL | 57.6º | 0.51% | 0.61% | - |
| HSV(B) | 57.6º | 0.49% | 0.81% | - |
| XYZ | 49.18 | 56.4 | 21.93 | - |
| YUV | 192.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 106 | 0 | 0.02 | 0.49 | 0.19 | 57.6 | 0.51 | 0.61 |
| Hex | CE | CA | 6A | 0 | 2 | 31 | 13 | 3A | 33 | 3D |
| Octal | 316 | 312 | 152 | 0 | 2 | 61 | 23 | 72 | 63 | 75 |
| Binary | 11001110 | 11001010 | 1101010 | 0 | 10 | 110001 | 10011 | 111010 | 110011 | 111101 |
Color Harmonies of #CECA6A
Complementary color
Monochromatic Colors of #CECA6A
Black with #CECA6A
Text Example
Text Example
White with #CECA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA6A; }
p { color: rgb(206,202,106); }
H1.HeaderClassName
{
color: #CECA6A;
}
.AnyTagClassName
{
color: #CECA6A;
}
</style>
background-color css
<style>
a { background-color: #CECA6A; }
a { background-color: rgb(206,202,106); }
div.DivClassName
{
background-color: #CECA6A;
}
.BgClassName
{
background-color: #CECA6A;
}
</style>
border-color css
<style>
span { border-color: #CECA6A; }
span { border-color: rgb(206,202,106); }
td.TdClassName
{
border-color: #CECA6A;
}
.TagClassName
{
border-color: #CECA6A;
}
</style>