Html Css Color HEX #E2EF20 Pear

📋 copy color: '#E2EF20'

red 226 ◦ green 239 ◦ blue 32

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

Shades of Pear #E2EF20

Tints of Pear #E2EF20

RGB

 RED value IS 226 (88.67% from 255) = 45.47%

 GREEN value IS 239 (93.75% from 255) = 48.09%

 BLUE value IS 32 (12.89% from 255) = 6.44%

R = 45.47%
G = 48.09%
B = 6.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#E2EF20 (or 0xE2EF20) is known color: Pear. HEX triplet: E2, EF and 20. RGB value is (226,239,32). Sum of RGB (Red+Green+Blue) = 226+239+32=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF20 is #1D10DF. Grayscale: #D4D4D4. Windows color (decimal): -1904864 or 2158562. OLE color: 2158562.

HSL color Cylindrical-coordinate representation of color #E2EF20: hue angle of 63.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2EF20 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 32 -
CMYK 0.05 0 0.87 0.06
HSL 63.77º 0.87% 0.53% -
HSV(B) 63.77º 0.87% 0.94% -
XYZ 62.49 78.01 13.13 -
YUV 211.52 26.69 138.33 -
System Red Green Blue C M Y K H S L
Decimal 226 239 32 0.05 0 0.87 0.06 63.77 0.87 0.53
Hex E2 EF 20 5 0 57 6 40 57 35
Octal 342 357 40 5 0 127 6 100 127 65
Binary 11100010 11101111 100000 101 0 1010111 110 1000000 1010111 110101

Color Harmonies of #E2EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EF20

Black with #E2EF20

Text Example


Text Example

White with #E2EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EF20; }

 p { color: rgb(226,239,32); }

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

background-color css

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

 a { background-color: rgb(226,239,32); }

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

border-color css

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

 span { border-color: rgb(226,239,32); }

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