#EBE41B

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

Shades of Lemon #EBE41B

Tints of Lemon #EBE41B

Color information

#EBE41B (or 0xEBE41B) is unknown color: approx Lemon. HEX triplet: EB, E4 and 1B. RGB value is (235,228,27). Sum of RGB (Red+Green+Blue) = 235+228+27=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE41B is #141BE4. Grayscale: #CFCFCF. Windows color (decimal): -1317861 or 1828075. OLE color: 1828075.

HSL color Cylindrical-coordinate representation of color #EBE41B: hue angle of 57.98º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBE41B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB23522827-
CMYK00.030.890.08
HSL57.98º83.87%51.37%-
HSV(B)57.98º88.51%92.16%-
XYZ62.273.2311.89-
YUV207.1826.32147.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 228 (89.45% from 255) = 46.53%
BLUE value IS 27 (10.94% from 255) = 5.51%
R=47.96%
G=46.53%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352282700.030.890.0857.9883.8751.37
HexEBE41B035983a5433
Octal3533443303131107212463
Binary111010111110010011011011101100110001110101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE41B; }

 p { color: rgb(235,228,27); }

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

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

 a { background-color: rgb(235,228,27); }

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

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

 span { border-color: rgb(235,228,27); }

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