Shades of Pear #DEEA1E
Tints of Pear #DEEA1E
RGB
CMYK
RGB Variations
Color information
#DEEA1E (or 0xDEEA1E) is known color: Pear. HEX triplet: DE, EA and 1E. RGB value is (222,234,30). Sum of RGB (Red+Green+Blue) = 222+234+30=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA1E is #2115E1. Grayscale: #CFCFCF. Windows color (decimal): -2168290 or 2026206. OLE color: 2026206.
HSL color Cylindrical-coordinate representation of color #DEEA1E: hue angle of 63.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEEA1E is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 30 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.08 |
| HSL | 63.53º | 0.83% | 0.52% | - |
| HSV(B) | 63.53º | 0.87% | 0.92% | - |
| XYZ | 59.78 | 74.47 | 12.45 | - |
| YUV | 207.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 30 | 0.05 | 0 | 0.87 | 0.08 | 63.53 | 0.83 | 0.52 |
| Hex | DE | EA | 1E | 5 | 0 | 57 | 8 | 40 | 53 | 34 |
| Octal | 336 | 352 | 36 | 5 | 0 | 127 | 10 | 100 | 123 | 64 |
| Binary | 11011110 | 11101010 | 11110 | 101 | 0 | 1010111 | 1000 | 1000000 | 1010011 | 110100 |
Color Harmonies of #DEEA1E
Complementary color
Monochromatic Colors of #DEEA1E
Black with #DEEA1E
Text Example
Text Example
White with #DEEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA1E; }
p { color: rgb(222,234,30); }
H1.HeaderClassName
{
color: #DEEA1E;
}
.AnyTagClassName
{
color: #DEEA1E;
}
</style>
background-color css
<style>
a { background-color: #DEEA1E; }
a { background-color: rgb(222,234,30); }
div.DivClassName
{
background-color: #DEEA1E;
}
.BgClassName
{
background-color: #DEEA1E;
}
</style>
border-color css
<style>
span { border-color: #DEEA1E; }
span { border-color: rgb(222,234,30); }
td.TdClassName
{
border-color: #DEEA1E;
}
.TagClassName
{
border-color: #DEEA1E;
}
</style>