Shades of Pear #E0F93D
Tints of Pear #E0F93D
RGB
CMYK
RGB Variations
Color information
#E0F93D (or 0xE0F93D) is known color: Pear. HEX triplet: E0, F9 and 3D. RGB value is (224,249,61). Sum of RGB (Red+Green+Blue) = 224+249+61=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F93D is #1F06C2. Grayscale: #DCDCDC. Windows color (decimal): -2033347 or 4061664. OLE color: 4061664.
HSL color Cylindrical-coordinate representation of color #E0F93D: hue angle of 67.98º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0F93D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 249 | 61 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.02 |
| HSL | 67.98º | 0.94% | 0.61% | - |
| HSV(B) | 67.98º | 0.76% | 0.98% | - |
| XYZ | 65.46 | 83.94 | 17.17 | - |
| YUV | 220.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 249 | 61 | 0.10 | 0 | 0.76 | 0.02 | 67.98 | 0.94 | 0.61 |
| Hex | E0 | F9 | 3D | A | 0 | 4C | 2 | 44 | 5E | 3D |
| Octal | 340 | 371 | 75 | 12 | 0 | 114 | 2 | 104 | 136 | 75 |
| Binary | 11100000 | 11111001 | 111101 | 1010 | 0 | 1001100 | 10 | 1000100 | 1011110 | 111101 |
Color Harmonies of #E0F93D
Complementary color
Monochromatic Colors of #E0F93D
Black with #E0F93D
Text Example
Text Example
White with #E0F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F93D; }
p { color: rgb(224,249,61); }
H1.HeaderClassName
{
color: #E0F93D;
}
.AnyTagClassName
{
color: #E0F93D;
}
</style>
background-color css
<style>
a { background-color: #E0F93D; }
a { background-color: rgb(224,249,61); }
div.DivClassName
{
background-color: #E0F93D;
}
.BgClassName
{
background-color: #E0F93D;
}
</style>
border-color css
<style>
span { border-color: #E0F93D; }
span { border-color: rgb(224,249,61); }
td.TdClassName
{
border-color: #E0F93D;
}
.TagClassName
{
border-color: #E0F93D;
}
</style>