Shades of Pear #DEE924
Tints of Pear #DEE924
RGB
CMYK
RGB Variations
Color information
#DEE924 (or 0xDEE924) is known color: Pear. HEX triplet: DE, E9 and 24. RGB value is (222,233,36). Sum of RGB (Red+Green+Blue) = 222+233+36=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE924 is #2116DB. Grayscale: #D0D0D0. Windows color (decimal): -2168540 or 2419166. OLE color: 2419166.
HSL color Cylindrical-coordinate representation of color #DEE924: hue angle of 63.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE924 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 36 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.09 |
| HSL | 63.35º | 0.82% | 0.53% | - |
| HSV(B) | 63.35º | 0.85% | 0.91% | - |
| XYZ | 59.58 | 73.93 | 12.8 | - |
| YUV | 207.25 | 31.36 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 36 | 0.05 | 0 | 0.85 | 0.09 | 63.35 | 0.82 | 0.53 |
| Hex | DE | E9 | 24 | 5 | 0 | 55 | 9 | 3F | 52 | 35 |
| Octal | 336 | 351 | 44 | 5 | 0 | 125 | 11 | 77 | 122 | 65 |
| Binary | 11011110 | 11101001 | 100100 | 101 | 0 | 1010101 | 1001 | 111111 | 1010010 | 110101 |
Color Harmonies of #DEE924
Complementary color
Monochromatic Colors of #DEE924
Black with #DEE924
Text Example
Text Example
White with #DEE924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE924; }
p { color: rgb(222,233,36); }
H1.HeaderClassName
{
color: #DEE924;
}
.AnyTagClassName
{
color: #DEE924;
}
</style>
background-color css
<style>
a { background-color: #DEE924; }
a { background-color: rgb(222,233,36); }
div.DivClassName
{
background-color: #DEE924;
}
.BgClassName
{
background-color: #DEE924;
}
</style>
border-color css
<style>
span { border-color: #DEE924; }
span { border-color: rgb(222,233,36); }
td.TdClassName
{
border-color: #DEE924;
}
.TagClassName
{
border-color: #DEE924;
}
</style>