Shades of Goldenrod #DEE078
Tints of Goldenrod #DEE078
RGB
CMYK
RGB Variations
Color information
#DEE078 (or 0xDEE078) is known color: Goldenrod. HEX triplet: DE, E0 and 78. RGB value is (222,224,120). Sum of RGB (Red+Green+Blue) = 222+224+120=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE078 is #211F87. Grayscale: #D3D3D3. Windows color (decimal): -2170760 or 7921886. OLE color: 7921886.
HSL color Cylindrical-coordinate representation of color #DEE078: hue angle of 61.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE078 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 120 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.12 |
| HSL | 61.15º | 0.63% | 0.67% | - |
| HSV(B) | 61.15º | 0.46% | 0.88% | - |
| XYZ | 60.17 | 70.2 | 28.15 | - |
| YUV | 211.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 120 | 0.01 | 0 | 0.46 | 0.12 | 61.15 | 0.63 | 0.67 |
| Hex | DE | E0 | 78 | 1 | 0 | 2E | C | 3D | 3F | 43 |
| Octal | 336 | 340 | 170 | 1 | 0 | 56 | 14 | 75 | 77 | 103 |
| Binary | 11011110 | 11100000 | 1111000 | 1 | 0 | 101110 | 1100 | 111101 | 111111 | 1000011 |
Color Harmonies of #DEE078
Complementary color
Monochromatic Colors of #DEE078
Black with #DEE078
Text Example
Text Example
White with #DEE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE078; }
p { color: rgb(222,224,120); }
H1.HeaderClassName
{
color: #DEE078;
}
.AnyTagClassName
{
color: #DEE078;
}
</style>
background-color css
<style>
a { background-color: #DEE078; }
a { background-color: rgb(222,224,120); }
div.DivClassName
{
background-color: #DEE078;
}
.BgClassName
{
background-color: #DEE078;
}
</style>
border-color css
<style>
span { border-color: #DEE078; }
span { border-color: rgb(222,224,120); }
td.TdClassName
{
border-color: #DEE078;
}
.TagClassName
{
border-color: #DEE078;
}
</style>