Shades of Pear #DEEA1D
Tints of Pear #DEEA1D
RGB
CMYK
RGB Variations
Color information
#DEEA1D (or 0xDEEA1D) is known color: Pear. HEX triplet: DE, EA and 1D. RGB value is (222,234,29). Sum of RGB (Red+Green+Blue) = 222+234+29=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA1D is #2115E2. Grayscale: #CFCFCF. Windows color (decimal): -2168291 or 1960670. OLE color: 1960670.
HSL color Cylindrical-coordinate representation of color #DEEA1D: hue angle of 63.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEEA1D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 29 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.08 |
| HSL | 63.51º | 0.83% | 0.52% | - |
| HSV(B) | 63.51º | 0.88% | 0.92% | - |
| XYZ | 59.77 | 74.46 | 12.39 | - |
| YUV | 207.04 | 27.52 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 29 | 0.05 | 0 | 0.88 | 0.08 | 63.51 | 0.83 | 0.52 |
| Hex | DE | EA | 1D | 5 | 0 | 58 | 8 | 40 | 53 | 34 |
| Octal | 336 | 352 | 35 | 5 | 0 | 130 | 10 | 100 | 123 | 64 |
| Binary | 11011110 | 11101010 | 11101 | 101 | 0 | 1011000 | 1000 | 1000000 | 1010011 | 110100 |
Color Harmonies of #DEEA1D
Complementary color
Monochromatic Colors of #DEEA1D
Black with #DEEA1D
Text Example
Text Example
White with #DEEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA1D; }
p { color: rgb(222,234,29); }
H1.HeaderClassName
{
color: #DEEA1D;
}
.AnyTagClassName
{
color: #DEEA1D;
}
</style>
background-color css
<style>
a { background-color: #DEEA1D; }
a { background-color: rgb(222,234,29); }
div.DivClassName
{
background-color: #DEEA1D;
}
.BgClassName
{
background-color: #DEEA1D;
}
</style>
border-color css
<style>
span { border-color: #DEEA1D; }
span { border-color: rgb(222,234,29); }
td.TdClassName
{
border-color: #DEEA1D;
}
.TagClassName
{
border-color: #DEEA1D;
}
</style>