Html Css Color HEX #E0F21C Pear

📋 copy color: '#E0F21C'

red 224 ◦ green 242 ◦ blue 28

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

Shades of Pear #E0F21C

Tints of Pear #E0F21C

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 242 (94.92% from 255) = 48.99%

 BLUE value IS 28 (11.33% from 255) = 5.67%

R = 45.34%
G = 48.99%
B = 5.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#E0F21C (or 0xE0F21C) is known color: Pear. HEX triplet: E0, F2 and 1C. RGB value is (224,242,28). Sum of RGB (Red+Green+Blue) = 224+242+28=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0F21C is #1F0DE3. Grayscale: #D5D5D5. Windows color (decimal): -2035172 or 1897184. OLE color: 1897184.

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

Color convert

RGB 224 242 28 -
CMYK 0.07 0 0.88 0.05
HSL 65.05º 0.89% 0.53% -
HSV(B) 65.05º 0.88% 0.95% -
XYZ 62.7 79.44 13.13 -
YUV 212.22 24.04 136.4 -
System Red Green Blue C M Y K H S L
Decimal 224 242 28 0.07 0 0.88 0.05 65.05 0.89 0.53
Hex E0 F2 1C 7 0 58 5 41 59 35
Octal 340 362 34 7 0 130 5 101 131 65
Binary 11100000 11110010 11100 111 0 1011000 101 1000001 1011001 110101

Color Harmonies of #E0F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F21C

Black with #E0F21C

Text Example


Text Example

White with #E0F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F21C; }

 p { color: rgb(224,242,28); }

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

background-color css

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

 a { background-color: rgb(224,242,28); }

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

border-color css

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

 span { border-color: rgb(224,242,28); }

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