Shades of Pear #DEEA24
Tints of Pear #DEEA24
RGB
CMYK
RGB Variations
Color information
#DEEA24 (or 0xDEEA24) is known color: Pear. HEX triplet: DE, EA and 24. RGB value is (222,234,36). Sum of RGB (Red+Green+Blue) = 222+234+36=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 36 (14.45% from 255 or 7.32% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA24 is #2115DB. Grayscale: #D0D0D0. Windows color (decimal): -2168284 or 2419422. OLE color: 2419422.
HSL color Cylindrical-coordinate representation of color #DEEA24: hue angle of 63.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEEA24 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 36 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.08 |
| HSL | 63.64º | 0.83% | 0.53% | - |
| HSV(B) | 63.64º | 0.85% | 0.92% | - |
| XYZ | 59.87 | 74.5 | 12.89 | - |
| YUV | 207.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 36 | 0.05 | 0 | 0.85 | 0.08 | 63.64 | 0.83 | 0.53 |
| Hex | DE | EA | 24 | 5 | 0 | 55 | 8 | 40 | 52 | 35 |
| Octal | 336 | 352 | 44 | 5 | 0 | 125 | 10 | 100 | 122 | 65 |
| Binary | 11011110 | 11101010 | 100100 | 101 | 0 | 1010101 | 1000 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DEEA24
Complementary color
Monochromatic Colors of #DEEA24
Black with #DEEA24
Text Example
Text Example
White with #DEEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA24; }
p { color: rgb(222,234,36); }
H1.HeaderClassName
{
color: #DEEA24;
}
.AnyTagClassName
{
color: #DEEA24;
}
</style>
background-color css
<style>
a { background-color: #DEEA24; }
a { background-color: rgb(222,234,36); }
div.DivClassName
{
background-color: #DEEA24;
}
.BgClassName
{
background-color: #DEEA24;
}
</style>
border-color css
<style>
span { border-color: #DEEA24; }
span { border-color: rgb(222,234,36); }
td.TdClassName
{
border-color: #DEEA24;
}
.TagClassName
{
border-color: #DEEA24;
}
</style>