Shades of Pear #DEED3A
Tints of Pear #DEED3A
RGB
CMYK
RGB Variations
Color information
#DEED3A (or 0xDEED3A) is known color: Pear. HEX triplet: DE, ED and 3A. RGB value is (222,237,58). Sum of RGB (Red+Green+Blue) = 222+237+58=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED3A is #2112C5. Grayscale: #D4D4D4. Windows color (decimal): -2167494 or 3861982. OLE color: 3861982.
HSL color Cylindrical-coordinate representation of color #DEED3A: hue angle of 65.03º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEED3A is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 58 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.07 |
| HSL | 65.03º | 0.83% | 0.58% | - |
| HSV(B) | 65.03º | 0.76% | 0.93% | - |
| XYZ | 61.17 | 76.4 | 15.53 | - |
| YUV | 212.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 58 | 0.06 | 0 | 0.76 | 0.07 | 65.03 | 0.83 | 0.58 |
| Hex | DE | ED | 3A | 6 | 0 | 4C | 7 | 41 | 53 | 3A |
| Octal | 336 | 355 | 72 | 6 | 0 | 114 | 7 | 101 | 123 | 72 |
| Binary | 11011110 | 11101101 | 111010 | 110 | 0 | 1001100 | 111 | 1000001 | 1010011 | 111010 |
Color Harmonies of #DEED3A
Complementary color
Monochromatic Colors of #DEED3A
Black with #DEED3A
Text Example
Text Example
White with #DEED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED3A; }
p { color: rgb(222,237,58); }
H1.HeaderClassName
{
color: #DEED3A;
}
.AnyTagClassName
{
color: #DEED3A;
}
</style>
background-color css
<style>
a { background-color: #DEED3A; }
a { background-color: rgb(222,237,58); }
div.DivClassName
{
background-color: #DEED3A;
}
.BgClassName
{
background-color: #DEED3A;
}
</style>
border-color css
<style>
span { border-color: #DEED3A; }
span { border-color: rgb(222,237,58); }
td.TdClassName
{
border-color: #DEED3A;
}
.TagClassName
{
border-color: #DEED3A;
}
</style>