Shades of Pear #DEEA2E
Tints of Pear #DEEA2E
RGB
CMYK
RGB Variations
Color information
#DEEA2E (or 0xDEEA2E) is known color: Pear. HEX triplet: DE, EA and 2E. RGB value is (222,234,46). Sum of RGB (Red+Green+Blue) = 222+234+46=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA2E is #2115D1. Grayscale: #D1D1D1. Windows color (decimal): -2168274 or 3074782. OLE color: 3074782.
HSL color Cylindrical-coordinate representation of color #DEEA2E: hue angle of 63.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEEA2E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 46 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.08 |
| HSL | 63.83º | 0.82% | 0.55% | - |
| HSV(B) | 63.83º | 0.8% | 0.92% | - |
| XYZ | 60.04 | 74.57 | 13.81 | - |
| YUV | 208.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 46 | 0.05 | 0 | 0.80 | 0.08 | 63.83 | 0.82 | 0.55 |
| Hex | DE | EA | 2E | 5 | 0 | 50 | 8 | 40 | 52 | 37 |
| Octal | 336 | 352 | 56 | 5 | 0 | 120 | 10 | 100 | 122 | 67 |
| Binary | 11011110 | 11101010 | 101110 | 101 | 0 | 1010000 | 1000 | 1000000 | 1010010 | 110111 |
Color Harmonies of #DEEA2E
Complementary color
Monochromatic Colors of #DEEA2E
Black with #DEEA2E
Text Example
Text Example
White with #DEEA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA2E; }
p { color: rgb(222,234,46); }
H1.HeaderClassName
{
color: #DEEA2E;
}
.AnyTagClassName
{
color: #DEEA2E;
}
</style>
background-color css
<style>
a { background-color: #DEEA2E; }
a { background-color: rgb(222,234,46); }
div.DivClassName
{
background-color: #DEEA2E;
}
.BgClassName
{
background-color: #DEEA2E;
}
</style>
border-color css
<style>
span { border-color: #DEEA2E; }
span { border-color: rgb(222,234,46); }
td.TdClassName
{
border-color: #DEEA2E;
}
.TagClassName
{
border-color: #DEEA2E;
}
</style>