#E0EF35

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

Shades of Pear #E0EF35

Tints of Pear #E0EF35

Color information

#E0EF35 (or 0xE0EF35) is unknown color: approx Pear. HEX triplet: E0, EF and 35. RGB value is (224,239,53). Sum of RGB (Red+Green+Blue) = 224+239+53=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF35 is #1F10CA. Grayscale: #D6D6D6. Windows color (decimal): -2035915 or 3534816. OLE color: 3534816.

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

Color convert

RGB22423953-
CMYK0.0600.780.06
HSL64.84º85.32%57.25%-
HSV(B)64.84º77.82%93.73%-
XYZ62.2577.8415.11-
YUV213.3137.53135.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 53 (21.09% from 255) = 10.27%
R=43.41%
G=46.32%
B=10.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224239530.0600.780.0664.8485.3257.25
HexE0EF35604E6415539
Octal3403576560116610112571
Binary11100000111011111101011100100111011010000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF35; }

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

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

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

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

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

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

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

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