Shades of Goldenrod #CEDD74
Tints of Goldenrod #CEDD74
RGB
CMYK
RGB Variations
Color information
#CEDD74 (or 0xCEDD74) is known color: Goldenrod. HEX triplet: CE, DD and 74. RGB value is (206,221,116). Sum of RGB (Red+Green+Blue) = 206+221+116=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD74 is #31228B. Grayscale: #CCCCCC. Windows color (decimal): -3220108 or 7658958. OLE color: 7658958.
HSL color Cylindrical-coordinate representation of color #CEDD74: hue angle of 68.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEDD74 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 116 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.13 |
| HSL | 68.57º | 0.61% | 0.66% | - |
| HSV(B) | 68.57º | 0.48% | 0.87% | - |
| XYZ | 54.46 | 66.1 | 26.41 | - |
| YUV | 204.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 116 | 0.07 | 0 | 0.48 | 0.13 | 68.57 | 0.61 | 0.66 |
| Hex | CE | DD | 74 | 7 | 0 | 30 | D | 45 | 3D | 42 |
| Octal | 316 | 335 | 164 | 7 | 0 | 60 | 15 | 105 | 75 | 102 |
| Binary | 11001110 | 11011101 | 1110100 | 111 | 0 | 110000 | 1101 | 1000101 | 111101 | 1000010 |
Color Harmonies of #CEDD74
Complementary color
Monochromatic Colors of #CEDD74
Black with #CEDD74
Text Example
Text Example
White with #CEDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD74; }
p { color: rgb(206,221,116); }
H1.HeaderClassName
{
color: #CEDD74;
}
.AnyTagClassName
{
color: #CEDD74;
}
</style>
background-color css
<style>
a { background-color: #CEDD74; }
a { background-color: rgb(206,221,116); }
div.DivClassName
{
background-color: #CEDD74;
}
.BgClassName
{
background-color: #CEDD74;
}
</style>
border-color css
<style>
span { border-color: #CEDD74; }
span { border-color: rgb(206,221,116); }
td.TdClassName
{
border-color: #CEDD74;
}
.TagClassName
{
border-color: #CEDD74;
}
</style>