Shades of Pear #DEEB2A
Tints of Pear #DEEB2A
RGB
CMYK
RGB Variations
Color information
#DEEB2A (or 0xDEEB2A) is known color: Pear. HEX triplet: DE, EB and 2A. RGB value is (222,235,42). Sum of RGB (Red+Green+Blue) = 222+235+42=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB2A is #2114D5. Grayscale: #D1D1D1. Windows color (decimal): -2168022 or 2812894. OLE color: 2812894.
HSL color Cylindrical-coordinate representation of color #DEEB2A: hue angle of 64.04º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEEB2A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 42 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.08 |
| HSL | 64.04º | 0.83% | 0.54% | - |
| HSV(B) | 64.04º | 0.82% | 0.92% | - |
| XYZ | 60.25 | 75.11 | 13.51 | - |
| YUV | 209.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 42 | 0.06 | 0 | 0.82 | 0.08 | 64.04 | 0.83 | 0.54 |
| Hex | DE | EB | 2A | 6 | 0 | 52 | 8 | 40 | 53 | 36 |
| Octal | 336 | 353 | 52 | 6 | 0 | 122 | 10 | 100 | 123 | 66 |
| Binary | 11011110 | 11101011 | 101010 | 110 | 0 | 1010010 | 1000 | 1000000 | 1010011 | 110110 |
Color Harmonies of #DEEB2A
Complementary color
Monochromatic Colors of #DEEB2A
Black with #DEEB2A
Text Example
Text Example
White with #DEEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB2A; }
p { color: rgb(222,235,42); }
H1.HeaderClassName
{
color: #DEEB2A;
}
.AnyTagClassName
{
color: #DEEB2A;
}
</style>
background-color css
<style>
a { background-color: #DEEB2A; }
a { background-color: rgb(222,235,42); }
div.DivClassName
{
background-color: #DEEB2A;
}
.BgClassName
{
background-color: #DEEB2A;
}
</style>
border-color css
<style>
span { border-color: #DEEB2A; }
span { border-color: rgb(222,235,42); }
td.TdClassName
{
border-color: #DEEB2A;
}
.TagClassName
{
border-color: #DEEB2A;
}
</style>