Shades of Pear #DEEA33
Tints of Pear #DEEA33
RGB
CMYK
RGB Variations
Color information
#DEEA33 (or 0xDEEA33) is known color: Pear. HEX triplet: DE, EA and 33. RGB value is (222,234,51). Sum of RGB (Red+Green+Blue) = 222+234+51=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA33 is #2115CC. Grayscale: #D2D2D2. Windows color (decimal): -2168269 or 3402462. OLE color: 3402462.
HSL color Cylindrical-coordinate representation of color #DEEA33: hue angle of 63.93º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEEA33 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 51 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.08 |
| HSL | 63.93º | 0.81% | 0.56% | - |
| HSV(B) | 63.93º | 0.78% | 0.92% | - |
| XYZ | 60.14 | 74.61 | 14.36 | - |
| YUV | 209.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 51 | 0.05 | 0 | 0.78 | 0.08 | 63.93 | 0.81 | 0.56 |
| Hex | DE | EA | 33 | 5 | 0 | 4E | 8 | 40 | 51 | 38 |
| Octal | 336 | 352 | 63 | 5 | 0 | 116 | 10 | 100 | 121 | 70 |
| Binary | 11011110 | 11101010 | 110011 | 101 | 0 | 1001110 | 1000 | 1000000 | 1010001 | 111000 |
Color Harmonies of #DEEA33
Complementary color
Monochromatic Colors of #DEEA33
Black with #DEEA33
Text Example
Text Example
White with #DEEA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA33; }
p { color: rgb(222,234,51); }
H1.HeaderClassName
{
color: #DEEA33;
}
.AnyTagClassName
{
color: #DEEA33;
}
</style>
background-color css
<style>
a { background-color: #DEEA33; }
a { background-color: rgb(222,234,51); }
div.DivClassName
{
background-color: #DEEA33;
}
.BgClassName
{
background-color: #DEEA33;
}
</style>
border-color css
<style>
span { border-color: #DEEA33; }
span { border-color: rgb(222,234,51); }
td.TdClassName
{
border-color: #DEEA33;
}
.TagClassName
{
border-color: #DEEA33;
}
</style>