Shades of Pear #DEE414
Tints of Pear #DEE414
RGB
CMYK
RGB Variations
Color information
#DEE414 (or 0xDEE414) is known color: Pear. HEX triplet: DE, E4 and 14. RGB value is (222,228,20). Sum of RGB (Red+Green+Blue) = 222+228+20=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE414 is #211BEB. Grayscale: #CBCBCB. Windows color (decimal): -2169836 or 1369310. OLE color: 1369310.
HSL color Cylindrical-coordinate representation of color #DEE414: hue angle of 61.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE414 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.11 |
| HSL | 61.73º | 0.84% | 0.49% | - |
| HSV(B) | 61.73º | 0.91% | 0.89% | - |
| XYZ | 57.99 | 71.07 | 11.32 | - |
| YUV | 202.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 20 | 0.03 | 0 | 0.91 | 0.11 | 61.73 | 0.84 | 0.49 |
| Hex | DE | E4 | 14 | 3 | 0 | 5B | B | 3E | 54 | 31 |
| Octal | 336 | 344 | 24 | 3 | 0 | 133 | 13 | 76 | 124 | 61 |
| Binary | 11011110 | 11100100 | 10100 | 11 | 0 | 1011011 | 1011 | 111110 | 1010100 | 110001 |
Color Harmonies of #DEE414
Complementary color
Monochromatic Colors of #DEE414
Black with #DEE414
Text Example
Text Example
White with #DEE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE414; }
p { color: rgb(222,228,20); }
H1.HeaderClassName
{
color: #DEE414;
}
.AnyTagClassName
{
color: #DEE414;
}
</style>
background-color css
<style>
a { background-color: #DEE414; }
a { background-color: rgb(222,228,20); }
div.DivClassName
{
background-color: #DEE414;
}
.BgClassName
{
background-color: #DEE414;
}
</style>
border-color css
<style>
span { border-color: #DEE414; }
span { border-color: rgb(222,228,20); }
td.TdClassName
{
border-color: #DEE414;
}
.TagClassName
{
border-color: #DEE414;
}
</style>