#EADF19

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

Shades of Lemon #EADF19

Tints of Lemon #EADF19

Color information

#EADF19 (or 0xEADF19) is unknown color: approx Lemon. HEX triplet: EA, DF and 19. RGB value is (234,223,25). Sum of RGB (Red+Green+Blue) = 234+223+25=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF19 is #1520E6. Grayscale: #CCCCCC. Windows color (decimal): -1384679 or 1695722. OLE color: 1695722.

HSL color Cylindrical-coordinate representation of color #EADF19: hue angle of 56.84º degrees, saturation: 0.83, 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 #EADF19 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB23422325-
CMYK00.050.890.08
HSL56.84º83.27%50.78%-
HSV(B)56.84º89.32%91.76%-
XYZ60.4970.3411.31-
YUV203.7227.14149.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 25 (10.16% from 255) = 5.19%
R=48.55%
G=46.27%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342232500.050.890.0856.8483.2750.78
HexEADF1905598395333
Octal3523373105131107112363
Binary1110101011011111110010101101100110001110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF19; }

 p { color: rgb(234,223,25); }

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

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

 a { background-color: rgb(234,223,25); }

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

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

 span { border-color: rgb(234,223,25); }

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