Shades of Pear #DEEA1B
Tints of Pear #DEEA1B
RGB
CMYK
RGB Variations
Color information
#DEEA1B (or 0xDEEA1B) is known color: Pear. HEX triplet: DE, EA and 1B. RGB value is (222,234,27). Sum of RGB (Red+Green+Blue) = 222+234+27=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA1B is #2115E4. Grayscale: #CFCFCF. Windows color (decimal): -2168293 or 1829598. OLE color: 1829598.
HSL color Cylindrical-coordinate representation of color #DEEA1B: hue angle of 63.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEEA1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.08 |
| HSL | 63.48º | 0.83% | 0.51% | - |
| HSV(B) | 63.48º | 0.88% | 0.92% | - |
| XYZ | 59.74 | 74.45 | 12.26 | - |
| YUV | 206.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 27 | 0.05 | 0 | 0.88 | 0.08 | 63.48 | 0.83 | 0.51 |
| Hex | DE | EA | 1B | 5 | 0 | 58 | 8 | 3F | 53 | 33 |
| Octal | 336 | 352 | 33 | 5 | 0 | 130 | 10 | 77 | 123 | 63 |
| Binary | 11011110 | 11101010 | 11011 | 101 | 0 | 1011000 | 1000 | 111111 | 1010011 | 110011 |
Color Harmonies of #DEEA1B
Complementary color
Monochromatic Colors of #DEEA1B
Black with #DEEA1B
Text Example
Text Example
White with #DEEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA1B; }
p { color: rgb(222,234,27); }
H1.HeaderClassName
{
color: #DEEA1B;
}
.AnyTagClassName
{
color: #DEEA1B;
}
</style>
background-color css
<style>
a { background-color: #DEEA1B; }
a { background-color: rgb(222,234,27); }
div.DivClassName
{
background-color: #DEEA1B;
}
.BgClassName
{
background-color: #DEEA1B;
}
</style>
border-color css
<style>
span { border-color: #DEEA1B; }
span { border-color: rgb(222,234,27); }
td.TdClassName
{
border-color: #DEEA1B;
}
.TagClassName
{
border-color: #DEEA1B;
}
</style>