Shades of Pear #DEEA25
Tints of Pear #DEEA25
RGB
CMYK
RGB Variations
Color information
#DEEA25 (or 0xDEEA25) is known color: Pear. HEX triplet: DE, EA and 25. RGB value is (222,234,37). Sum of RGB (Red+Green+Blue) = 222+234+37=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA25 is #2115DA. Grayscale: #D0D0D0. Windows color (decimal): -2168283 or 2484958. OLE color: 2484958.
HSL color Cylindrical-coordinate representation of color #DEEA25: hue angle of 63.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEEA25 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 37 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.08 |
| HSL | 63.65º | 0.82% | 0.53% | - |
| HSV(B) | 63.65º | 0.84% | 0.92% | - |
| XYZ | 59.88 | 74.51 | 12.98 | - |
| YUV | 207.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 37 | 0.05 | 0 | 0.84 | 0.08 | 63.65 | 0.82 | 0.53 |
| Hex | DE | EA | 25 | 5 | 0 | 54 | 8 | 40 | 52 | 35 |
| Octal | 336 | 352 | 45 | 5 | 0 | 124 | 10 | 100 | 122 | 65 |
| Binary | 11011110 | 11101010 | 100101 | 101 | 0 | 1010100 | 1000 | 1000000 | 1010010 | 110101 |
Color Harmonies of #DEEA25
Complementary color
Monochromatic Colors of #DEEA25
Black with #DEEA25
Text Example
Text Example
White with #DEEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA25; }
p { color: rgb(222,234,37); }
H1.HeaderClassName
{
color: #DEEA25;
}
.AnyTagClassName
{
color: #DEEA25;
}
</style>
background-color css
<style>
a { background-color: #DEEA25; }
a { background-color: rgb(222,234,37); }
div.DivClassName
{
background-color: #DEEA25;
}
.BgClassName
{
background-color: #DEEA25;
}
</style>
border-color css
<style>
span { border-color: #DEEA25; }
span { border-color: rgb(222,234,37); }
td.TdClassName
{
border-color: #DEEA25;
}
.TagClassName
{
border-color: #DEEA25;
}
</style>