Html Css Color HEX #E0EF2C Pear

📋 copy color: '#E0EF2C'

red 224 ◦ green 239 ◦ blue 44

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

Shades of Pear #E0EF2C

Tints of Pear #E0EF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.68%

R = 44.18%
G = 47.14%
B = 8.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#E0EF2C (or 0xE0EF2C) is known color: Pear. HEX triplet: E0, EF and 2C. RGB value is (224,239,44). Sum of RGB (Red+Green+Blue) = 224+239+44=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF2C is #1F10D3. Grayscale: #D5D5D5. Windows color (decimal): -2035924 or 2944992. OLE color: 2944992.

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

Color convert

RGB 224 239 44 -
CMYK 0.06 0 0.82 0.06
HSL 64.62º 0.86% 0.55% -
HSV(B) 64.62º 0.82% 0.94% -
XYZ 62.06 77.76 14.12 -
YUV 212.29 33.03 136.36 -
System Red Green Blue C M Y K H S L
Decimal 224 239 44 0.06 0 0.82 0.06 64.62 0.86 0.55
Hex E0 EF 2C 6 0 52 6 41 56 37
Octal 340 357 54 6 0 122 6 101 126 67
Binary 11100000 11101111 101100 110 0 1010010 110 1000001 1010110 110111

Color Harmonies of #E0EF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EF2C

Black with #E0EF2C

Text Example


Text Example

White with #E0EF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EF2C; }

 p { color: rgb(224,239,44); }

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

background-color css

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

 a { background-color: rgb(224,239,44); }

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

border-color css

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

 span { border-color: rgb(224,239,44); }

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