Shades of Pear #DEE423
Tints of Pear #DEE423
RGB
CMYK
RGB Variations
Color information
#DEE423 (or 0xDEE423) is known color: Pear. HEX triplet: DE, E4 and 23. RGB value is (222,228,35). Sum of RGB (Red+Green+Blue) = 222+228+35=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 35 (14.06% from 255 or 7.22% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE423 is #211BDC. Grayscale: #CCCCCC. Windows color (decimal): -2169821 or 2352350. OLE color: 2352350.
HSL color Cylindrical-coordinate representation of color #DEE423: hue angle of 61.87º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEE423 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 35 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.11 |
| HSL | 61.87º | 0.78% | 0.52% | - |
| HSV(B) | 61.87º | 0.85% | 0.89% | - |
| XYZ | 58.17 | 71.14 | 12.26 | - |
| YUV | 204.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 35 | 0.03 | 0 | 0.85 | 0.11 | 61.87 | 0.78 | 0.52 |
| Hex | DE | E4 | 23 | 3 | 0 | 55 | B | 3E | 4E | 34 |
| Octal | 336 | 344 | 43 | 3 | 0 | 125 | 13 | 76 | 116 | 64 |
| Binary | 11011110 | 11100100 | 100011 | 11 | 0 | 1010101 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DEE423
Complementary color
Monochromatic Colors of #DEE423
Black with #DEE423
Text Example
Text Example
White with #DEE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE423; }
p { color: rgb(222,228,35); }
H1.HeaderClassName
{
color: #DEE423;
}
.AnyTagClassName
{
color: #DEE423;
}
</style>
background-color css
<style>
a { background-color: #DEE423; }
a { background-color: rgb(222,228,35); }
div.DivClassName
{
background-color: #DEE423;
}
.BgClassName
{
background-color: #DEE423;
}
</style>
border-color css
<style>
span { border-color: #DEE423; }
span { border-color: rgb(222,228,35); }
td.TdClassName
{
border-color: #DEE423;
}
.TagClassName
{
border-color: #DEE423;
}
</style>