Shades of Goldenrod #DEE274
Tints of Goldenrod #DEE274
RGB
CMYK
RGB Variations
Color information
#DEE274 (or 0xDEE274) is known color: Goldenrod. HEX triplet: DE, E2 and 74. RGB value is (222,226,116). Sum of RGB (Red+Green+Blue) = 222+226+116=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE274 is #211D8B. Grayscale: #D4D4D4. Windows color (decimal): -2170252 or 7660254. OLE color: 7660254.
HSL color Cylindrical-coordinate representation of color #DEE274: hue angle of 62.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE274 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 116 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.11 |
| HSL | 62.18º | 0.65% | 0.67% | - |
| HSV(B) | 62.18º | 0.49% | 0.89% | - |
| XYZ | 60.47 | 71.18 | 27.08 | - |
| YUV | 212.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 116 | 0.02 | 0 | 0.49 | 0.11 | 62.18 | 0.65 | 0.67 |
| Hex | DE | E2 | 74 | 2 | 0 | 31 | B | 3E | 41 | 43 |
| Octal | 336 | 342 | 164 | 2 | 0 | 61 | 13 | 76 | 101 | 103 |
| Binary | 11011110 | 11100010 | 1110100 | 10 | 0 | 110001 | 1011 | 111110 | 1000001 | 1000011 |
Color Harmonies of #DEE274
Complementary color
Monochromatic Colors of #DEE274
Black with #DEE274
Text Example
Text Example
White with #DEE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE274; }
p { color: rgb(222,226,116); }
H1.HeaderClassName
{
color: #DEE274;
}
.AnyTagClassName
{
color: #DEE274;
}
</style>
background-color css
<style>
a { background-color: #DEE274; }
a { background-color: rgb(222,226,116); }
div.DivClassName
{
background-color: #DEE274;
}
.BgClassName
{
background-color: #DEE274;
}
</style>
border-color css
<style>
span { border-color: #DEE274; }
span { border-color: rgb(222,226,116); }
td.TdClassName
{
border-color: #DEE274;
}
.TagClassName
{
border-color: #DEE274;
}
</style>