Shades of Goldenrod #DEE264
Tints of Goldenrod #DEE264
RGB
CMYK
RGB Variations
Color information
#DEE264 (or 0xDEE264) is known color: Goldenrod. HEX triplet: DE, E2 and 64. RGB value is (222,226,100). Sum of RGB (Red+Green+Blue) = 222+226+100=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE264 is #211D9B. Grayscale: #D2D2D2. Windows color (decimal): -2170268 or 6611678. OLE color: 6611678.
HSL color Cylindrical-coordinate representation of color #DEE264: hue angle of 61.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE264 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 100 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.11 |
| HSL | 61.9º | 0.68% | 0.64% | - |
| HSV(B) | 61.9º | 0.56% | 0.89% | - |
| XYZ | 59.62 | 70.84 | 22.59 | - |
| YUV | 210.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 100 | 0.02 | 0 | 0.56 | 0.11 | 61.9 | 0.68 | 0.64 |
| Hex | DE | E2 | 64 | 2 | 0 | 38 | B | 3E | 44 | 40 |
| Octal | 336 | 342 | 144 | 2 | 0 | 70 | 13 | 76 | 104 | 100 |
| Binary | 11011110 | 11100010 | 1100100 | 10 | 0 | 111000 | 1011 | 111110 | 1000100 | 1000000 |
Color Harmonies of #DEE264
Complementary color
Monochromatic Colors of #DEE264
Black with #DEE264
Text Example
Text Example
White with #DEE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE264; }
p { color: rgb(222,226,100); }
H1.HeaderClassName
{
color: #DEE264;
}
.AnyTagClassName
{
color: #DEE264;
}
</style>
background-color css
<style>
a { background-color: #DEE264; }
a { background-color: rgb(222,226,100); }
div.DivClassName
{
background-color: #DEE264;
}
.BgClassName
{
background-color: #DEE264;
}
</style>
border-color css
<style>
span { border-color: #DEE264; }
span { border-color: rgb(222,226,100); }
td.TdClassName
{
border-color: #DEE264;
}
.TagClassName
{
border-color: #DEE264;
}
</style>