Shades of Goldenrod #CEDA74
Tints of Goldenrod #CEDA74
RGB
CMYK
RGB Variations
Color information
#CEDA74 (or 0xCEDA74) is known color: Goldenrod. HEX triplet: CE, DA and 74. RGB value is (206,218,116). Sum of RGB (Red+Green+Blue) = 206+218+116=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA74 is #31258B. Grayscale: #CBCBCB. Windows color (decimal): -3220876 or 7658190. OLE color: 7658190.
HSL color Cylindrical-coordinate representation of color #CEDA74: hue angle of 67.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDA74 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 116 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.15 |
| HSL | 67.06º | 0.58% | 0.65% | - |
| HSV(B) | 67.06º | 0.47% | 0.85% | - |
| XYZ | 53.68 | 64.53 | 26.15 | - |
| YUV | 202.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 116 | 0.06 | 0 | 0.47 | 0.15 | 67.06 | 0.58 | 0.65 |
| Hex | CE | DA | 74 | 6 | 0 | 2F | F | 43 | 3A | 41 |
| Octal | 316 | 332 | 164 | 6 | 0 | 57 | 17 | 103 | 72 | 101 |
| Binary | 11001110 | 11011010 | 1110100 | 110 | 0 | 101111 | 1111 | 1000011 | 111010 | 1000001 |
Color Harmonies of #CEDA74
Complementary color
Monochromatic Colors of #CEDA74
Black with #CEDA74
Text Example
Text Example
White with #CEDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA74; }
p { color: rgb(206,218,116); }
H1.HeaderClassName
{
color: #CEDA74;
}
.AnyTagClassName
{
color: #CEDA74;
}
</style>
background-color css
<style>
a { background-color: #CEDA74; }
a { background-color: rgb(206,218,116); }
div.DivClassName
{
background-color: #CEDA74;
}
.BgClassName
{
background-color: #CEDA74;
}
</style>
border-color css
<style>
span { border-color: #CEDA74; }
span { border-color: rgb(206,218,116); }
td.TdClassName
{
border-color: #CEDA74;
}
.TagClassName
{
border-color: #CEDA74;
}
</style>