#E2ED2D

Color #E2ED2D Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #E2ED2D

Tints of Pear #E2ED2D

Color information

#E2ED2D (or 0xE2ED2D) is unknown color: approx Pear. HEX triplet: E2, ED and 2D. RGB value is (226,237,45). Sum of RGB (Red+Green+Blue) = 226+237+45=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED2D is #1D12D2. Grayscale: #D4D4D4. Windows color (decimal): -1905363 or 3010018. OLE color: 3010018.

HSL color Cylindrical-coordinate representation of color #E2ED2D: hue angle of 63.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2ED2D is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB22623745-
CMYK0.0500.810.07
HSL63.44º84.21%55.29%-
HSV(B)63.44º81.01%92.94%-
XYZ62.1276.9314.06-
YUV211.8233.86138.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 45 (17.97% from 255) = 8.86%
R=44.49%
G=46.65%
B=8.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226237450.0500.810.0763.4484.2155.29
HexE2ED2D505173f5437
Octal342355555012177712467
Binary1110001011101101101101101010100011111111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ED2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ED2D; }

 p { color: rgb(226,237,45); }

 H1.HeaderClassName
 {
   color: #E2ED2D;
 }
 .AnyTagClassName
 {
   color: #E2ED2D;
 }
</style>
background-color css

<style>
 a { background-color: #E2ED2D; }

 a { background-color: rgb(226,237,45); }

 div.DivClassName
 {
   background-color: #E2ED2D;
 }
 .BgClassName
 {
   background-color: #E2ED2D;
 }
</style>
border-color css

<style>
 span { border-color: #E2ED2D; }

 span { border-color: rgb(226,237,45); }

 td.TdClassName
 {
   border-color: #E2ED2D;
 }
 .TagClassName
 {
   border-color: #E2ED2D;
 }
</style>