#EAF514

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

Shades of Lemon #EAF514

Tints of Lemon #EAF514

Color information

#EAF514 (or 0xEAF514) is unknown color: approx Lemon. HEX triplet: EA, F5 and 14. RGB value is (234,245,20). Sum of RGB (Red+Green+Blue) = 234+245+20=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF514 is #150AEB. Grayscale: #D8D8D8. Windows color (decimal): -1379052 or 1373674. OLE color: 1373674.

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

Color convert

RGB23424520-
CMYK0.0400.920.04
HSL62.93º91.84%51.96%-
HSV(B)62.93º91.84%96.08%-
XYZ66.7182.8513.14-
YUV216.0617.36140.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 245 (96.09% from 255) = 49.10%
BLUE value IS 20 (8.20% from 255) = 4.01%
R=46.89%
G=49.10%
B=4.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234245200.0400.920.0462.9391.8451.96
HexEAF514405C43f5c34
Octal352365244013447713464
Binary111010101111010110100100010111001001111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF514; }

 p { color: rgb(234,245,20); }

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

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

 a { background-color: rgb(234,245,20); }

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

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

 span { border-color: rgb(234,245,20); }

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