Shades of Goldenrod #DEE275
Tints of Goldenrod #DEE275
RGB
CMYK
RGB Variations
Color information
#DEE275 (or 0xDEE275) is known color: Goldenrod. HEX triplet: DE, E2 and 75. RGB value is (222,226,117). Sum of RGB (Red+Green+Blue) = 222+226+117=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE275 is #211D8A. Grayscale: #D4D4D4. Windows color (decimal): -2170251 or 7725790. OLE color: 7725790.
HSL color Cylindrical-coordinate representation of color #DEE275: hue angle of 62.2º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE275 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 117 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.2º | 0.65% | 0.67% | - |
| HSV(B) | 62.2º | 0.48% | 0.89% | - |
| XYZ | 60.53 | 71.21 | 27.38 | - |
| YUV | 212.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 117 | 0.02 | 0 | 0.48 | 0.11 | 62.2 | 0.65 | 0.67 |
| Hex | DE | E2 | 75 | 2 | 0 | 30 | B | 3E | 41 | 43 |
| Octal | 336 | 342 | 165 | 2 | 0 | 60 | 13 | 76 | 101 | 103 |
| Binary | 11011110 | 11100010 | 1110101 | 10 | 0 | 110000 | 1011 | 111110 | 1000001 | 1000011 |
Color Harmonies of #DEE275
Complementary color
Monochromatic Colors of #DEE275
Black with #DEE275
Text Example
Text Example
White with #DEE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE275; }
p { color: rgb(222,226,117); }
H1.HeaderClassName
{
color: #DEE275;
}
.AnyTagClassName
{
color: #DEE275;
}
</style>
background-color css
<style>
a { background-color: #DEE275; }
a { background-color: rgb(222,226,117); }
div.DivClassName
{
background-color: #DEE275;
}
.BgClassName
{
background-color: #DEE275;
}
</style>
border-color css
<style>
span { border-color: #DEE275; }
span { border-color: rgb(222,226,117); }
td.TdClassName
{
border-color: #DEE275;
}
.TagClassName
{
border-color: #DEE275;
}
</style>