Shades of Goldenrod #DEE074
Tints of Goldenrod #DEE074
RGB
CMYK
RGB Variations
Color information
#DEE074 (or 0xDEE074) is known color: Goldenrod. HEX triplet: DE, E0 and 74. RGB value is (222,224,116). Sum of RGB (Red+Green+Blue) = 222+224+116=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE074 is #211F8B. Grayscale: #D3D3D3. Windows color (decimal): -2170764 or 7659742. OLE color: 7659742.
HSL color Cylindrical-coordinate representation of color #DEE074: hue angle of 61.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE074 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 116 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.12 |
| HSL | 61.11º | 0.64% | 0.67% | - |
| HSV(B) | 61.11º | 0.48% | 0.88% | - |
| XYZ | 59.93 | 70.1 | 26.9 | - |
| YUV | 211.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 116 | 0.01 | 0 | 0.48 | 0.12 | 61.11 | 0.64 | 0.67 |
| Hex | DE | E0 | 74 | 1 | 0 | 30 | C | 3D | 40 | 43 |
| Octal | 336 | 340 | 164 | 1 | 0 | 60 | 14 | 75 | 100 | 103 |
| Binary | 11011110 | 11100000 | 1110100 | 1 | 0 | 110000 | 1100 | 111101 | 1000000 | 1000011 |
Color Harmonies of #DEE074
Complementary color
Monochromatic Colors of #DEE074
Black with #DEE074
Text Example
Text Example
White with #DEE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE074; }
p { color: rgb(222,224,116); }
H1.HeaderClassName
{
color: #DEE074;
}
.AnyTagClassName
{
color: #DEE074;
}
</style>
background-color css
<style>
a { background-color: #DEE074; }
a { background-color: rgb(222,224,116); }
div.DivClassName
{
background-color: #DEE074;
}
.BgClassName
{
background-color: #DEE074;
}
</style>
border-color css
<style>
span { border-color: #DEE074; }
span { border-color: rgb(222,224,116); }
td.TdClassName
{
border-color: #DEE074;
}
.TagClassName
{
border-color: #DEE074;
}
</style>