Shades of Pear #DEE319
Tints of Pear #DEE319
RGB
CMYK
RGB Variations
Color information
#DEE319 (or 0xDEE319) is known color: Pear. HEX triplet: DE, E3 and 19. RGB value is (222,227,25). Sum of RGB (Red+Green+Blue) = 222+227+25=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE319 is #211CE6. Grayscale: #CBCBCB. Windows color (decimal): -2170087 or 1696734. OLE color: 1696734.
HSL color Cylindrical-coordinate representation of color #DEE319: hue angle of 61.49º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEE319 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 25 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.11 |
| HSL | 61.49º | 0.8% | 0.49% | - |
| HSV(B) | 61.49º | 0.89% | 0.89% | - |
| XYZ | 57.77 | 70.54 | 11.49 | - |
| YUV | 202.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 25 | 0.02 | 0 | 0.89 | 0.11 | 61.49 | 0.8 | 0.49 |
| Hex | DE | E3 | 19 | 2 | 0 | 59 | B | 3D | 50 | 31 |
| Octal | 336 | 343 | 31 | 2 | 0 | 131 | 13 | 75 | 120 | 61 |
| Binary | 11011110 | 11100011 | 11001 | 10 | 0 | 1011001 | 1011 | 111101 | 1010000 | 110001 |
Color Harmonies of #DEE319
Complementary color
Monochromatic Colors of #DEE319
Black with #DEE319
Text Example
Text Example
White with #DEE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE319; }
p { color: rgb(222,227,25); }
H1.HeaderClassName
{
color: #DEE319;
}
.AnyTagClassName
{
color: #DEE319;
}
</style>
background-color css
<style>
a { background-color: #DEE319; }
a { background-color: rgb(222,227,25); }
div.DivClassName
{
background-color: #DEE319;
}
.BgClassName
{
background-color: #DEE319;
}
</style>
border-color css
<style>
span { border-color: #DEE319; }
span { border-color: rgb(222,227,25); }
td.TdClassName
{
border-color: #DEE319;
}
.TagClassName
{
border-color: #DEE319;
}
</style>