Shades of Pear #DEEB2C
Tints of Pear #DEEB2C
RGB
CMYK
RGB Variations
Color information
#DEEB2C (or 0xDEEB2C) is known color: Pear. HEX triplet: DE, EB and 2C. RGB value is (222,235,44). Sum of RGB (Red+Green+Blue) = 222+235+44=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB2C is #2114D3. Grayscale: #D2D2D2. Windows color (decimal): -2168020 or 2943966. OLE color: 2943966.
HSL color Cylindrical-coordinate representation of color #DEEB2C: hue angle of 64.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEEB2C is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 44 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.08 |
| HSL | 64.08º | 0.83% | 0.55% | - |
| HSV(B) | 64.08º | 0.81% | 0.92% | - |
| XYZ | 60.29 | 75.13 | 13.71 | - |
| YUV | 209.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 44 | 0.06 | 0 | 0.81 | 0.08 | 64.08 | 0.83 | 0.55 |
| Hex | DE | EB | 2C | 6 | 0 | 51 | 8 | 40 | 53 | 37 |
| Octal | 336 | 353 | 54 | 6 | 0 | 121 | 10 | 100 | 123 | 67 |
| Binary | 11011110 | 11101011 | 101100 | 110 | 0 | 1010001 | 1000 | 1000000 | 1010011 | 110111 |
Color Harmonies of #DEEB2C
Complementary color
Monochromatic Colors of #DEEB2C
Black with #DEEB2C
Text Example
Text Example
White with #DEEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB2C; }
p { color: rgb(222,235,44); }
H1.HeaderClassName
{
color: #DEEB2C;
}
.AnyTagClassName
{
color: #DEEB2C;
}
</style>
background-color css
<style>
a { background-color: #DEEB2C; }
a { background-color: rgb(222,235,44); }
div.DivClassName
{
background-color: #DEEB2C;
}
.BgClassName
{
background-color: #DEEB2C;
}
</style>
border-color css
<style>
span { border-color: #DEEB2C; }
span { border-color: rgb(222,235,44); }
td.TdClassName
{
border-color: #DEEB2C;
}
.TagClassName
{
border-color: #DEEB2C;
}
</style>