#E0EC1D

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

Shades of Pear #E0EC1D

Tints of Pear #E0EC1D

Color information

#E0EC1D (or 0xE0EC1D) is unknown color: approx Pear. HEX triplet: E0, EC and 1D. RGB value is (224,236,29). Sum of RGB (Red+Green+Blue) = 224+236+29=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC1D is #1F13E2. Grayscale: #D1D1D1. Windows color (decimal): -2036707 or 1961184. OLE color: 1961184.

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

Color convert

RGB22423629-
CMYK0.0500.880.07
HSL63.48º84.49%51.96%-
HSV(B)63.48º87.71%92.55%-
XYZ60.9675.9312.6-
YUV208.8126.52138.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 236 (92.58% from 255) = 48.26%
BLUE value IS 29 (11.72% from 255) = 5.93%
R=45.81%
G=48.26%
B=5.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224236290.0500.880.0763.4884.4951.96
HexE0EC1D505873f5434
Octal340354355013077712464
Binary111000001110110011101101010110001111111111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EC1D; }

 p { color: rgb(224,236,29); }

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

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

 a { background-color: rgb(224,236,29); }

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

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

 span { border-color: rgb(224,236,29); }

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