#EBF312

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

Shades of Lemon #EBF312

Tints of Lemon #EBF312

Color information

#EBF312 (or 0xEBF312) is unknown color: approx Lemon. HEX triplet: EB, F3 and 12. RGB value is (235,243,18). Sum of RGB (Red+Green+Blue) = 235+243+18=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF312 is #140CED. Grayscale: #D7D7D7. Windows color (decimal): -1314030 or 1242091. OLE color: 1242091.

HSL color Cylindrical-coordinate representation of color #EBF312: hue angle of 62.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBF312 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB23524318-
CMYK0.0300.930.05
HSL62.13º90.36%51.18%-
HSV(B)62.13º92.59%95.29%-
XYZ66.4281.8112.86-
YUV214.9616.85142.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 18 (7.42% from 255) = 3.63%
R=47.38%
G=48.99%
B=3.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235243180.0300.930.0562.1390.3651.18
HexEBF312305D53e5a33
Octal353363223013557613263
Binary11101011111100111001011010111011011111101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF312; }

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

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

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

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

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

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

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

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