#e7e50f

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

Shades of Lemon #E7E50F

Tints of Lemon #E7E50F

Color information

#E7E50F (or 0xE7E50F) is unknown color: approx Lemon. HEX triplet: E7, E5 and 0F. RGB value is (231,229,15). Sum of RGB (Red+Green+Blue) = 231+229+15=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E50F is #181AF0. Grayscale: #CECECE. Windows color (decimal): -1579761 or 1041895. OLE color: 1041895.

HSL color Cylindrical-coordinate representation of color #E7E50F: hue angle of 59.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7E50F is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB23122915-
CMYK00.010.940.09
HSL59.44º87.8%48.24%-
HSV(B)59.44º93.51%90.59%-
XYZ61.0673.0611.34-
YUV205.220.66146.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 229 (89.84% from 255) = 48.21%
BLUE value IS 15 (6.25% from 255) = 3.16%
R=48.63%
G=48.21%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312291500.010.940.0959.4487.848.24
HexE7E5F015E93b5830
Octal3473451701136117313060
Binary1110011111100101111101101111010011110111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7e50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7e50f; }

 p { color: rgb(231,229,15); }

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

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

 a { background-color: rgb(231,229,15); }

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

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

 span { border-color: rgb(231,229,15); }

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