#EAEC15

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

Shades of Lemon #EAEC15

Tints of Lemon #EAEC15

Color information

#EAEC15 (or 0xEAEC15) is unknown color: approx Lemon. HEX triplet: EA, EC and 15. RGB value is (234,236,21). Sum of RGB (Red+Green+Blue) = 234+236+21=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEC15 is #1513EA. Grayscale: #D3D3D3. Windows color (decimal): -1381355 or 1436906. OLE color: 1436906.

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

Color convert

RGB23423621-
CMYK0.0100.910.07
HSL60.56º84.98%50.39%-
HSV(B)60.56º91.1%92.55%-
XYZ64.0677.5412.3-
YUV210.8920.84144.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 21 (8.59% from 255) = 4.28%
R=47.66%
G=48.07%
B=4.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234236210.0100.910.0760.5684.9850.39
HexEAEC15105B73d5532
Octal352354251013377512562
Binary1110101011101100101011010110111111111011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC15; }

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

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

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

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

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

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

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

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