Shades of Pear #DEEE26
Tints of Pear #DEEE26
RGB
CMYK
RGB Variations
Color information
#DEEE26 (or 0xDEEE26) is known color: Pear. HEX triplet: DE, EE and 26. RGB value is (222,238,38). Sum of RGB (Red+Green+Blue) = 222+238+38=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE26 is #2111D9. Grayscale: #D3D3D3. Windows color (decimal): -2167258 or 2551518. OLE color: 2551518.
HSL color Cylindrical-coordinate representation of color #DEEE26: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEEE26 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.07 |
| HSL | 64.8º | 0.85% | 0.54% | - |
| HSV(B) | 64.8º | 0.84% | 0.93% | - |
| XYZ | 61.05 | 76.82 | 13.44 | - |
| YUV | 210.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 38 | 0.07 | 0 | 0.84 | 0.07 | 64.8 | 0.85 | 0.54 |
| Hex | DE | EE | 26 | 7 | 0 | 54 | 7 | 41 | 55 | 36 |
| Octal | 336 | 356 | 46 | 7 | 0 | 124 | 7 | 101 | 125 | 66 |
| Binary | 11011110 | 11101110 | 100110 | 111 | 0 | 1010100 | 111 | 1000001 | 1010101 | 110110 |
Color Harmonies of #DEEE26
Complementary color
Monochromatic Colors of #DEEE26
Black with #DEEE26
Text Example
Text Example
White with #DEEE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE26; }
p { color: rgb(222,238,38); }
H1.HeaderClassName
{
color: #DEEE26;
}
.AnyTagClassName
{
color: #DEEE26;
}
</style>
background-color css
<style>
a { background-color: #DEEE26; }
a { background-color: rgb(222,238,38); }
div.DivClassName
{
background-color: #DEEE26;
}
.BgClassName
{
background-color: #DEEE26;
}
</style>
border-color css
<style>
span { border-color: #DEEE26; }
span { border-color: rgb(222,238,38); }
td.TdClassName
{
border-color: #DEEE26;
}
.TagClassName
{
border-color: #DEEE26;
}
</style>