Shades of Goldenrod #DEE270
Tints of Goldenrod #DEE270
RGB
CMYK
RGB Variations
Color information
#DEE270 (or 0xDEE270) is known color: Goldenrod. HEX triplet: DE, E2 and 70. RGB value is (222,226,112). Sum of RGB (Red+Green+Blue) = 222+226+112=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE270 is #211D8F. Grayscale: #D4D4D4. Windows color (decimal): -2170256 or 7398110. OLE color: 7398110.
HSL color Cylindrical-coordinate representation of color #DEE270: hue angle of 62.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE270 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 112 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.11º | 0.66% | 0.66% | - |
| HSV(B) | 62.11º | 0.5% | 0.89% | - |
| XYZ | 60.25 | 71.09 | 25.88 | - |
| YUV | 211.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 112 | 0.02 | 0 | 0.50 | 0.11 | 62.11 | 0.66 | 0.66 |
| Hex | DE | E2 | 70 | 2 | 0 | 32 | B | 3E | 42 | 42 |
| Octal | 336 | 342 | 160 | 2 | 0 | 62 | 13 | 76 | 102 | 102 |
| Binary | 11011110 | 11100010 | 1110000 | 10 | 0 | 110010 | 1011 | 111110 | 1000010 | 1000010 |
Color Harmonies of #DEE270
Complementary color
Monochromatic Colors of #DEE270
Black with #DEE270
Text Example
Text Example
White with #DEE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE270; }
p { color: rgb(222,226,112); }
H1.HeaderClassName
{
color: #DEE270;
}
.AnyTagClassName
{
color: #DEE270;
}
</style>
background-color css
<style>
a { background-color: #DEE270; }
a { background-color: rgb(222,226,112); }
div.DivClassName
{
background-color: #DEE270;
}
.BgClassName
{
background-color: #DEE270;
}
</style>
border-color css
<style>
span { border-color: #DEE270; }
span { border-color: rgb(222,226,112); }
td.TdClassName
{
border-color: #DEE270;
}
.TagClassName
{
border-color: #DEE270;
}
</style>