Html Css Color HEX #E1ED22 Pear

📋 copy color: '#E1ED22'

red 225 ◦ green 237 ◦ blue 34

#E1ED22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #E1ED22

Tints of Pear #E1ED22

RGB

 RED value IS 225 (88.28% from 255) = 45.36%

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 34 (13.67% from 255) = 6.85%

R = 45.36%
G = 47.78%
B = 6.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#E1ED22 (or 0xE1ED22) is known color: Pear. HEX triplet: E1, ED and 22. RGB value is (225,237,34). Sum of RGB (Red+Green+Blue) = 225+237+34=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED22 is #1E12DD. Grayscale: #D3D3D3. Windows color (decimal): -1970910 or 2289121. OLE color: 2289121.

HSL color Cylindrical-coordinate representation of color #E1ED22: hue angle of 63.55º 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 #E1ED22 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 237 34 -
CMYK 0.05 0 0.86 0.07
HSL 63.55º 0.85% 0.53% -
HSV(B) 63.55º 0.86% 0.93% -
XYZ 61.62 76.69 13.07 -
YUV 210.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 225 237 34 0.05 0 0.86 0.07 63.55 0.85 0.53
Hex E1 ED 22 5 0 56 7 40 55 35
Octal 341 355 42 5 0 126 7 100 125 65
Binary 11100001 11101101 100010 101 0 1010110 111 1000000 1010101 110101

Color Harmonies of #E1ED22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ED22

Black with #E1ED22

Text Example


Text Example

White with #E1ED22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ED22; }

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

 H1.HeaderClassName
 {
   color: #E1ED22;
 }
 .AnyTagClassName
 {
   color: #E1ED22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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