Shades of Pear #DEE416
Tints of Pear #DEE416
RGB
CMYK
RGB Variations
Color information
#DEE416 (or 0xDEE416) is known color: Pear. HEX triplet: DE, E4 and 16. RGB value is (222,228,22). Sum of RGB (Red+Green+Blue) = 222+228+22=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE416 is #211BE9. Grayscale: #CBCBCB. Windows color (decimal): -2169834 or 1500382. OLE color: 1500382.
HSL color Cylindrical-coordinate representation of color #DEE416: hue angle of 61.75º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEE416 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 22 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.11 |
| HSL | 61.75º | 0.82% | 0.49% | - |
| HSV(B) | 61.75º | 0.9% | 0.89% | - |
| XYZ | 58.01 | 71.07 | 11.42 | - |
| YUV | 202.72 | 26.01 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 22 | 0.03 | 0 | 0.90 | 0.11 | 61.75 | 0.82 | 0.49 |
| Hex | DE | E4 | 16 | 3 | 0 | 5A | B | 3E | 52 | 31 |
| Octal | 336 | 344 | 26 | 3 | 0 | 132 | 13 | 76 | 122 | 61 |
| Binary | 11011110 | 11100100 | 10110 | 11 | 0 | 1011010 | 1011 | 111110 | 1010010 | 110001 |
Color Harmonies of #DEE416
Complementary color
Monochromatic Colors of #DEE416
Black with #DEE416
Text Example
Text Example
White with #DEE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE416; }
p { color: rgb(222,228,22); }
H1.HeaderClassName
{
color: #DEE416;
}
.AnyTagClassName
{
color: #DEE416;
}
</style>
background-color css
<style>
a { background-color: #DEE416; }
a { background-color: rgb(222,228,22); }
div.DivClassName
{
background-color: #DEE416;
}
.BgClassName
{
background-color: #DEE416;
}
</style>
border-color css
<style>
span { border-color: #DEE416; }
span { border-color: rgb(222,228,22); }
td.TdClassName
{
border-color: #DEE416;
}
.TagClassName
{
border-color: #DEE416;
}
</style>