Shades of Pear #DEE31E
Tints of Pear #DEE31E
RGB
CMYK
RGB Variations
Color information
#DEE31E (or 0xDEE31E) is known color: Pear. HEX triplet: DE, E3 and 1E. RGB value is (222,227,30). Sum of RGB (Red+Green+Blue) = 222+227+30=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE31E is #211CE1. Grayscale: #CBCBCB. Windows color (decimal): -2170082 or 2024414. OLE color: 2024414.
HSL color Cylindrical-coordinate representation of color #DEE31E: hue angle of 61.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEE31E is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 30 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.11 |
| HSL | 61.52º | 0.78% | 0.5% | - |
| HSV(B) | 61.52º | 0.87% | 0.89% | - |
| XYZ | 57.83 | 70.56 | 11.8 | - |
| YUV | 203.05 | 30.34 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 30 | 0.02 | 0 | 0.87 | 0.11 | 61.52 | 0.78 | 0.5 |
| Hex | DE | E3 | 1E | 2 | 0 | 57 | B | 3E | 4E | 32 |
| Octal | 336 | 343 | 36 | 2 | 0 | 127 | 13 | 76 | 116 | 62 |
| Binary | 11011110 | 11100011 | 11110 | 10 | 0 | 1010111 | 1011 | 111110 | 1001110 | 110010 |
Color Harmonies of #DEE31E
Complementary color
Monochromatic Colors of #DEE31E
Black with #DEE31E
Text Example
Text Example
White with #DEE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE31E; }
p { color: rgb(222,227,30); }
H1.HeaderClassName
{
color: #DEE31E;
}
.AnyTagClassName
{
color: #DEE31E;
}
</style>
background-color css
<style>
a { background-color: #DEE31E; }
a { background-color: rgb(222,227,30); }
div.DivClassName
{
background-color: #DEE31E;
}
.BgClassName
{
background-color: #DEE31E;
}
</style>
border-color css
<style>
span { border-color: #DEE31E; }
span { border-color: rgb(222,227,30); }
td.TdClassName
{
border-color: #DEE31E;
}
.TagClassName
{
border-color: #DEE31E;
}
</style>