Shades of Pear #E2ED2B
Tints of Pear #E2ED2B
RGB
CMYK
RGB Variations
Color information
#E2ED2B (or 0xE2ED2B) is known color: Pear. HEX triplet: E2, ED and 2B. RGB value is (226,237,43). Sum of RGB (Red+Green+Blue) = 226+237+43=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED2B is #1D12D4. Grayscale: #D4D4D4. Windows color (decimal): -1905365 or 2878946. OLE color: 2878946.
HSL color Cylindrical-coordinate representation of color #E2ED2B: hue angle of 63.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2ED2B is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 43 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.07 |
| HSL | 63.4º | 0.84% | 0.55% | - |
| HSV(B) | 63.4º | 0.82% | 0.93% | - |
| XYZ | 62.08 | 76.91 | 13.86 | - |
| YUV | 211.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 43 | 0.05 | 0 | 0.82 | 0.07 | 63.4 | 0.84 | 0.55 |
| Hex | E2 | ED | 2B | 5 | 0 | 52 | 7 | 3F | 54 | 37 |
| Octal | 342 | 355 | 53 | 5 | 0 | 122 | 7 | 77 | 124 | 67 |
| Binary | 11100010 | 11101101 | 101011 | 101 | 0 | 1010010 | 111 | 111111 | 1010100 | 110111 |
Color Harmonies of #E2ED2B
Complementary color
Monochromatic Colors of #E2ED2B
Black with #E2ED2B
Text Example
Text Example
White with #E2ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED2B; }
p { color: rgb(226,237,43); }
H1.HeaderClassName
{
color: #E2ED2B;
}
.AnyTagClassName
{
color: #E2ED2B;
}
</style>
background-color css
<style>
a { background-color: #E2ED2B; }
a { background-color: rgb(226,237,43); }
div.DivClassName
{
background-color: #E2ED2B;
}
.BgClassName
{
background-color: #E2ED2B;
}
</style>
border-color css
<style>
span { border-color: #E2ED2B; }
span { border-color: rgb(226,237,43); }
td.TdClassName
{
border-color: #E2ED2B;
}
.TagClassName
{
border-color: #E2ED2B;
}
</style>