#ECF512

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

Shades of Lemon #ECF512

Tints of Lemon #ECF512

Color information

#ECF512 (or 0xECF512) is unknown color: approx Lemon. HEX triplet: EC, F5 and 12. RGB value is (236,245,18). Sum of RGB (Red+Green+Blue) = 236+245+18=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECF512 is #130AED. Grayscale: #D9D9D9. Windows color (decimal): -1247982 or 1242604. OLE color: 1242604.

HSL color Cylindrical-coordinate representation of color #ECF512: hue angle of 62.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECF512 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB23624518-
CMYK0.0400.930.04
HSL62.38º91.9%51.57%-
HSV(B)62.38º92.65%96.08%-
XYZ67.3583.1813.08-
YUV216.4316.02141.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 245 (96.09% from 255) = 49.10%
BLUE value IS 18 (7.42% from 255) = 3.61%
R=47.29%
G=49.10%
B=3.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236245180.0400.930.0462.3891.951.57
HexECF512405D43e5c34
Octal354365224013547613464
Binary111011001111010110010100010111011001111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF512; }

 p { color: rgb(236,245,18); }

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

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

 a { background-color: rgb(236,245,18); }

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

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

 span { border-color: rgb(236,245,18); }

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