Shades of Pear #DEEC28
Tints of Pear #DEEC28
RGB
CMYK
RGB Variations
Color information
#DEEC28 (or 0xDEEC28) is known color: Pear. HEX triplet: DE, EC and 28. RGB value is (222,236,40). Sum of RGB (Red+Green+Blue) = 222+236+40=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC28 is #2113D7. Grayscale: #D2D2D2. Windows color (decimal): -2167768 or 2682078. OLE color: 2682078.
HSL color Cylindrical-coordinate representation of color #DEEC28: hue angle of 64.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEEC28 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 40 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.07 |
| HSL | 64.29º | 0.84% | 0.54% | - |
| HSV(B) | 64.29º | 0.83% | 0.93% | - |
| XYZ | 60.5 | 75.67 | 13.43 | - |
| YUV | 209.47 | 32.36 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 40 | 0.06 | 0 | 0.83 | 0.07 | 64.29 | 0.84 | 0.54 |
| Hex | DE | EC | 28 | 6 | 0 | 53 | 7 | 40 | 54 | 36 |
| Octal | 336 | 354 | 50 | 6 | 0 | 123 | 7 | 100 | 124 | 66 |
| Binary | 11011110 | 11101100 | 101000 | 110 | 0 | 1010011 | 111 | 1000000 | 1010100 | 110110 |
Color Harmonies of #DEEC28
Complementary color
Monochromatic Colors of #DEEC28
Black with #DEEC28
Text Example
Text Example
White with #DEEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC28; }
p { color: rgb(222,236,40); }
H1.HeaderClassName
{
color: #DEEC28;
}
.AnyTagClassName
{
color: #DEEC28;
}
</style>
background-color css
<style>
a { background-color: #DEEC28; }
a { background-color: rgb(222,236,40); }
div.DivClassName
{
background-color: #DEEC28;
}
.BgClassName
{
background-color: #DEEC28;
}
</style>
border-color css
<style>
span { border-color: #DEEC28; }
span { border-color: rgb(222,236,40); }
td.TdClassName
{
border-color: #DEEC28;
}
.TagClassName
{
border-color: #DEEC28;
}
</style>