Shades of Pear #DEE514
Tints of Pear #DEE514
RGB
CMYK
RGB Variations
Color information
#DEE514 (or 0xDEE514) is known color: Pear. HEX triplet: DE, E5 and 14. RGB value is (222,229,20). Sum of RGB (Red+Green+Blue) = 222+229+20=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE514 is #211AEB. Grayscale: #CBCBCB. Windows color (decimal): -2169580 or 1369566. OLE color: 1369566.
HSL color Cylindrical-coordinate representation of color #DEE514: hue angle of 62.01º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEE514 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 20 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.10 |
| HSL | 62.01º | 0.84% | 0.49% | - |
| HSV(B) | 62.01º | 0.91% | 0.9% | - |
| XYZ | 58.27 | 71.62 | 11.41 | - |
| YUV | 203.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 20 | 0.03 | 0 | 0.91 | 0.10 | 62.01 | 0.84 | 0.49 |
| Hex | DE | E5 | 14 | 3 | 0 | 5B | A | 3E | 54 | 31 |
| Octal | 336 | 345 | 24 | 3 | 0 | 133 | 12 | 76 | 124 | 61 |
| Binary | 11011110 | 11100101 | 10100 | 11 | 0 | 1011011 | 1010 | 111110 | 1010100 | 110001 |
Color Harmonies of #DEE514
Complementary color
Monochromatic Colors of #DEE514
Black with #DEE514
Text Example
Text Example
White with #DEE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE514; }
p { color: rgb(222,229,20); }
H1.HeaderClassName
{
color: #DEE514;
}
.AnyTagClassName
{
color: #DEE514;
}
</style>
background-color css
<style>
a { background-color: #DEE514; }
a { background-color: rgb(222,229,20); }
div.DivClassName
{
background-color: #DEE514;
}
.BgClassName
{
background-color: #DEE514;
}
</style>
border-color css
<style>
span { border-color: #DEE514; }
span { border-color: rgb(222,229,20); }
td.TdClassName
{
border-color: #DEE514;
}
.TagClassName
{
border-color: #DEE514;
}
</style>