Shades of Pear #DEE91F
Tints of Pear #DEE91F
RGB
CMYK
RGB Variations
Color information
#DEE91F (or 0xDEE91F) is known color: Pear. HEX triplet: DE, E9 and 1F. RGB value is (222,233,31). Sum of RGB (Red+Green+Blue) = 222+233+31=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE91F is #2116E0. Grayscale: #CFCFCF. Windows color (decimal): -2168545 or 2091486. OLE color: 2091486.
HSL color Cylindrical-coordinate representation of color #DEE91F: hue angle of 63.27º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE91F is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 31 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.09 |
| HSL | 63.27º | 0.82% | 0.52% | - |
| HSV(B) | 63.27º | 0.87% | 0.91% | - |
| XYZ | 59.51 | 73.91 | 12.43 | - |
| YUV | 206.68 | 28.86 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 31 | 0.05 | 0 | 0.87 | 0.09 | 63.27 | 0.82 | 0.52 |
| Hex | DE | E9 | 1F | 5 | 0 | 57 | 9 | 3F | 52 | 34 |
| Octal | 336 | 351 | 37 | 5 | 0 | 127 | 11 | 77 | 122 | 64 |
| Binary | 11011110 | 11101001 | 11111 | 101 | 0 | 1010111 | 1001 | 111111 | 1010010 | 110100 |
Color Harmonies of #DEE91F
Complementary color
Monochromatic Colors of #DEE91F
Black with #DEE91F
Text Example
Text Example
White with #DEE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE91F; }
p { color: rgb(222,233,31); }
H1.HeaderClassName
{
color: #DEE91F;
}
.AnyTagClassName
{
color: #DEE91F;
}
</style>
background-color css
<style>
a { background-color: #DEE91F; }
a { background-color: rgb(222,233,31); }
div.DivClassName
{
background-color: #DEE91F;
}
.BgClassName
{
background-color: #DEE91F;
}
</style>
border-color css
<style>
span { border-color: #DEE91F; }
span { border-color: rgb(222,233,31); }
td.TdClassName
{
border-color: #DEE91F;
}
.TagClassName
{
border-color: #DEE91F;
}
</style>