Shades of Pear #DEE825
Tints of Pear #DEE825
RGB
CMYK
RGB Variations
Color information
#DEE825 (or 0xDEE825) is known color: Pear. HEX triplet: DE, E8 and 25. RGB value is (222,232,37). Sum of RGB (Red+Green+Blue) = 222+232+37=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE825 is #2117DA. Grayscale: #CFCFCF. Windows color (decimal): -2168795 or 2484446. OLE color: 2484446.
HSL color Cylindrical-coordinate representation of color #DEE825: hue angle of 63.08º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEE825 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.09 |
| HSL | 63.08º | 0.81% | 0.53% | - |
| HSV(B) | 63.08º | 0.84% | 0.91% | - |
| XYZ | 59.31 | 73.38 | 12.79 | - |
| YUV | 206.78 | 32.19 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 37 | 0.04 | 0 | 0.84 | 0.09 | 63.08 | 0.81 | 0.53 |
| Hex | DE | E8 | 25 | 4 | 0 | 54 | 9 | 3F | 51 | 35 |
| Octal | 336 | 350 | 45 | 4 | 0 | 124 | 11 | 77 | 121 | 65 |
| Binary | 11011110 | 11101000 | 100101 | 100 | 0 | 1010100 | 1001 | 111111 | 1010001 | 110101 |
Color Harmonies of #DEE825
Complementary color
Monochromatic Colors of #DEE825
Black with #DEE825
Text Example
Text Example
White with #DEE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE825; }
p { color: rgb(222,232,37); }
H1.HeaderClassName
{
color: #DEE825;
}
.AnyTagClassName
{
color: #DEE825;
}
</style>
background-color css
<style>
a { background-color: #DEE825; }
a { background-color: rgb(222,232,37); }
div.DivClassName
{
background-color: #DEE825;
}
.BgClassName
{
background-color: #DEE825;
}
</style>
border-color css
<style>
span { border-color: #DEE825; }
span { border-color: rgb(222,232,37); }
td.TdClassName
{
border-color: #DEE825;
}
.TagClassName
{
border-color: #DEE825;
}
</style>