#EAE015

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

Shades of Lemon #EAE015

Tints of Lemon #EAE015

Color information

#EAE015 (or 0xEAE015) is unknown color: approx Lemon. HEX triplet: EA, E0 and 15. RGB value is (234,224,21). Sum of RGB (Red+Green+Blue) = 234+224+21=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE015 is #151FEA. Grayscale: #CCCCCC. Windows color (decimal): -1384427 or 1433834. OLE color: 1433834.

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

Color convert

RGB23422421-
CMYK00.040.910.08
HSL57.18º83.53%50%-
HSV(B)57.18º91.03%91.76%-
XYZ60.7270.8611.19-
YUV203.8524.81149.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.85%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 21 (8.59% from 255) = 4.38%
R=48.85%
G=46.76%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342242100.040.910.0857.1883.5350
HexEAE015045B8395432
Octal3523402504133107112462
Binary1110101011100000101010100101101110001110011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE015; }

 p { color: rgb(234,224,21); }

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

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

 a { background-color: rgb(234,224,21); }

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

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

 span { border-color: rgb(234,224,21); }

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