#EBF316

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

Shades of Lemon #EBF316

Tints of Lemon #EBF316

Color information

#EBF316 (or 0xEBF316) is unknown color: approx Lemon. HEX triplet: EB, F3 and 16. RGB value is (235,243,22). Sum of RGB (Red+Green+Blue) = 235+243+22=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF316 is #140CE9. Grayscale: #D8D8D8. Windows color (decimal): -1314026 or 1504235. OLE color: 1504235.

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

Color convert

RGB23524322-
CMYK0.0300.910.05
HSL62.17º90.2%51.96%-
HSV(B)62.17º90.95%95.29%-
XYZ66.4681.8213.05-
YUV215.4118.85141.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 243 (95.31% from 255) = 48.6%
BLUE value IS 22 (8.98% from 255) = 4.4%
R=47%
G=48.6%
B=4.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235243220.0300.910.0562.1790.251.96
HexEBF316305B53e5a34
Octal353363263013357613264
Binary11101011111100111011011010110111011111101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF316; }

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

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

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

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

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

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

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

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