Shades of Pear #DEE324
Tints of Pear #DEE324
RGB
CMYK
RGB Variations
Color information
#DEE324 (or 0xDEE324) is known color: Pear. HEX triplet: DE, E3 and 24. RGB value is (222,227,36). Sum of RGB (Red+Green+Blue) = 222+227+36=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE324 is #211CDB. Grayscale: #CCCCCC. Windows color (decimal): -2170076 or 2417630. OLE color: 2417630.
HSL color Cylindrical-coordinate representation of color #DEE324: hue angle of 61.57º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE324 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 36 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.11 |
| HSL | 61.57º | 0.77% | 0.52% | - |
| HSV(B) | 61.57º | 0.84% | 0.89% | - |
| XYZ | 57.91 | 70.6 | 12.24 | - |
| YUV | 203.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 36 | 0.02 | 0 | 0.84 | 0.11 | 61.57 | 0.77 | 0.52 |
| Hex | DE | E3 | 24 | 2 | 0 | 54 | B | 3E | 4D | 34 |
| Octal | 336 | 343 | 44 | 2 | 0 | 124 | 13 | 76 | 115 | 64 |
| Binary | 11011110 | 11100011 | 100100 | 10 | 0 | 1010100 | 1011 | 111110 | 1001101 | 110100 |
Color Harmonies of #DEE324
Complementary color
Monochromatic Colors of #DEE324
Black with #DEE324
Text Example
Text Example
White with #DEE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE324; }
p { color: rgb(222,227,36); }
H1.HeaderClassName
{
color: #DEE324;
}
.AnyTagClassName
{
color: #DEE324;
}
</style>
background-color css
<style>
a { background-color: #DEE324; }
a { background-color: rgb(222,227,36); }
div.DivClassName
{
background-color: #DEE324;
}
.BgClassName
{
background-color: #DEE324;
}
</style>
border-color css
<style>
span { border-color: #DEE324; }
span { border-color: rgb(222,227,36); }
td.TdClassName
{
border-color: #DEE324;
}
.TagClassName
{
border-color: #DEE324;
}
</style>