#EBEE10

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

Shades of Lemon #EBEE10

Tints of Lemon #EBEE10

Color information

#EBEE10 (or 0xEBEE10) is unknown color: approx Lemon. HEX triplet: EB, EE and 10. RGB value is (235,238,16). Sum of RGB (Red+Green+Blue) = 235+238+16=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEE10 is #1411EF. Grayscale: #D4D4D4. Windows color (decimal): -1315312 or 1109739. OLE color: 1109739.

HSL color Cylindrical-coordinate representation of color #EBEE10: hue angle of 60.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBEE10 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23523816-
CMYK0.0100.930.07
HSL60.81º87.4%49.8%-
HSV(B)60.81º93.28%93.33%-
XYZ64.9378.8512.29-
YUV211.817.51144.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 238 (93.36% from 255) = 48.67%
BLUE value IS 16 (6.64% from 255) = 3.27%
R=48.06%
G=48.67%
B=3.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235238160.0100.930.0760.8187.449.8
HexEBEE10105D73d5732
Octal353356201013577512762
Binary1110101111101110100001010111011111111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEE10; }

 p { color: rgb(235,238,16); }

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

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

 a { background-color: rgb(235,238,16); }

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

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

 span { border-color: rgb(235,238,16); }

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