#EBF512

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

Shades of Lemon #EBF512

Tints of Lemon #EBF512

Color information

#EBF512 (or 0xEBF512) is unknown color: approx Lemon. HEX triplet: EB, F5 and 12. RGB value is (235,245,18). Sum of RGB (Red+Green+Blue) = 235+245+18=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 18 (7.42% from 255 or 3.61% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF512 is #140AED. Grayscale: #D9D9D9. Windows color (decimal): -1313518 or 1242603. OLE color: 1242603.

HSL color Cylindrical-coordinate representation of color #EBF512: hue angle of 62.64º 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 #EBF512 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB23524518-
CMYK0.0400.930.04
HSL62.64º91.9%51.57%-
HSV(B)62.64º92.65%96.08%-
XYZ67.0283.0113.06-
YUV216.1316.19141.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.19%
GREEN value IS 245 (96.09% from 255) = 49.20%
BLUE value IS 18 (7.42% from 255) = 3.61%
R=47.19%
G=49.20%
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
Decimal235245180.0400.930.0462.6491.951.57
HexEBF512405D43f5c34
Octal353365224013547713464
Binary111010111111010110010100010111011001111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF512; }

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

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

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

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

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

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

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

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