#E1ED21

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

Shades of Pear #E1ED21

Tints of Pear #E1ED21

Color information

#E1ED21 (or 0xE1ED21) is unknown color: approx Pear. HEX triplet: E1, ED and 21. RGB value is (225,237,33). Sum of RGB (Red+Green+Blue) = 225+237+33=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED21 is #1E12DE. Grayscale: #D2D2D2. Windows color (decimal): -1970911 or 2223585. OLE color: 2223585.

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

Color convert

RGB22523733-
CMYK0.0500.860.07
HSL63.53º85%52.94%-
HSV(B)63.53º86.08%92.94%-
XYZ61.6176.6912.99-
YUV210.1628.02138.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 33 (13.28% from 255) = 6.67%
R=45.45%
G=47.88%
B=6.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225237330.0500.860.0763.538552.94
HexE1ED2150567405535
Octal3413554150126710012565
Binary11100001111011011000011010101011011110000001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ED21; }

 p { color: rgb(225,237,33); }

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

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

 a { background-color: rgb(225,237,33); }

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

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

 span { border-color: rgb(225,237,33); }

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