Shades of Pear #DEEC24
Tints of Pear #DEEC24
RGB
CMYK
RGB Variations
Color information
#DEEC24 (or 0xDEEC24) is known color: Pear. HEX triplet: DE, EC and 24. RGB value is (222,236,36). Sum of RGB (Red+Green+Blue) = 222+236+36=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 36 (14.45% from 255 or 7.29% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC24 is #2113DB. Grayscale: #D1D1D1. Windows color (decimal): -2167772 or 2419934. OLE color: 2419934.
HSL color Cylindrical-coordinate representation of color #DEEC24: hue angle of 64.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEEC24 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 36 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.07 |
| HSL | 64.2º | 0.84% | 0.53% | - |
| HSV(B) | 64.2º | 0.85% | 0.93% | - |
| XYZ | 60.44 | 75.65 | 13.09 | - |
| YUV | 209.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 36 | 0.06 | 0 | 0.85 | 0.07 | 64.2 | 0.84 | 0.53 |
| Hex | DE | EC | 24 | 6 | 0 | 55 | 7 | 40 | 54 | 35 |
| Octal | 336 | 354 | 44 | 6 | 0 | 125 | 7 | 100 | 124 | 65 |
| Binary | 11011110 | 11101100 | 100100 | 110 | 0 | 1010101 | 111 | 1000000 | 1010100 | 110101 |
Color Harmonies of #DEEC24
Complementary color
Monochromatic Colors of #DEEC24
Black with #DEEC24
Text Example
Text Example
White with #DEEC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC24; }
p { color: rgb(222,236,36); }
H1.HeaderClassName
{
color: #DEEC24;
}
.AnyTagClassName
{
color: #DEEC24;
}
</style>
background-color css
<style>
a { background-color: #DEEC24; }
a { background-color: rgb(222,236,36); }
div.DivClassName
{
background-color: #DEEC24;
}
.BgClassName
{
background-color: #DEEC24;
}
</style>
border-color css
<style>
span { border-color: #DEEC24; }
span { border-color: rgb(222,236,36); }
td.TdClassName
{
border-color: #DEEC24;
}
.TagClassName
{
border-color: #DEEC24;
}
</style>