Shades of Goldenrod #CEDA65
Tints of Goldenrod #CEDA65
RGB
CMYK
RGB Variations
Color information
#CEDA65 (or 0xCEDA65) is known color: Goldenrod. HEX triplet: CE, DA and 65. RGB value is (206,218,101). Sum of RGB (Red+Green+Blue) = 206+218+101=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA65 is #31259A. Grayscale: #C9C9C9. Windows color (decimal): -3220891 or 6675150. OLE color: 6675150.
HSL color Cylindrical-coordinate representation of color #CEDA65: hue angle of 66.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEDA65 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 101 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 66.15º | 0.61% | 0.63% | - |
| HSV(B) | 66.15º | 0.54% | 0.85% | - |
| XYZ | 52.87 | 64.2 | 21.92 | - |
| YUV | 201.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 101 | 0.06 | 0 | 0.54 | 0.15 | 66.15 | 0.61 | 0.63 |
| Hex | CE | DA | 65 | 6 | 0 | 36 | F | 42 | 3D | 3F |
| Octal | 316 | 332 | 145 | 6 | 0 | 66 | 17 | 102 | 75 | 77 |
| Binary | 11001110 | 11011010 | 1100101 | 110 | 0 | 110110 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CEDA65
Complementary color
Monochromatic Colors of #CEDA65
Black with #CEDA65
Text Example
Text Example
White with #CEDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA65; }
p { color: rgb(206,218,101); }
H1.HeaderClassName
{
color: #CEDA65;
}
.AnyTagClassName
{
color: #CEDA65;
}
</style>
background-color css
<style>
a { background-color: #CEDA65; }
a { background-color: rgb(206,218,101); }
div.DivClassName
{
background-color: #CEDA65;
}
.BgClassName
{
background-color: #CEDA65;
}
</style>
border-color css
<style>
span { border-color: #CEDA65; }
span { border-color: rgb(206,218,101); }
td.TdClassName
{
border-color: #CEDA65;
}
.TagClassName
{
border-color: #CEDA65;
}
</style>