Shades of Pear #DEE11F
Tints of Pear #DEE11F
RGB
CMYK
RGB Variations
Color information
#DEE11F (or 0xDEE11F) is known color: Pear. HEX triplet: DE, E1 and 1F. RGB value is (222,225,31). Sum of RGB (Red+Green+Blue) = 222+225+31=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE11F is #211EE0. Grayscale: #CACACA. Windows color (decimal): -2170593 or 2089438. OLE color: 2089438.
HSL color Cylindrical-coordinate representation of color #DEE11F: hue angle of 60.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEE11F is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 31 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.12 |
| HSL | 60.93º | 0.76% | 0.5% | - |
| HSV(B) | 60.93º | 0.86% | 0.88% | - |
| XYZ | 57.3 | 69.48 | 11.69 | - |
| YUV | 201.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 31 | 0.01 | 0 | 0.86 | 0.12 | 60.93 | 0.76 | 0.5 |
| Hex | DE | E1 | 1F | 1 | 0 | 56 | C | 3D | 4C | 32 |
| Octal | 336 | 341 | 37 | 1 | 0 | 126 | 14 | 75 | 114 | 62 |
| Binary | 11011110 | 11100001 | 11111 | 1 | 0 | 1010110 | 1100 | 111101 | 1001100 | 110010 |
Color Harmonies of #DEE11F
Complementary color
Monochromatic Colors of #DEE11F
Black with #DEE11F
Text Example
Text Example
White with #DEE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE11F; }
p { color: rgb(222,225,31); }
H1.HeaderClassName
{
color: #DEE11F;
}
.AnyTagClassName
{
color: #DEE11F;
}
</style>
background-color css
<style>
a { background-color: #DEE11F; }
a { background-color: rgb(222,225,31); }
div.DivClassName
{
background-color: #DEE11F;
}
.BgClassName
{
background-color: #DEE11F;
}
</style>
border-color css
<style>
span { border-color: #DEE11F; }
span { border-color: rgb(222,225,31); }
td.TdClassName
{
border-color: #DEE11F;
}
.TagClassName
{
border-color: #DEE11F;
}
</style>