#EDE40A

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

Shades of Lemon #EDE40A

Tints of Lemon #EDE40A

Color information

#EDE40A (or 0xEDE40A) is unknown color: approx Lemon. HEX triplet: ED, E4 and 0A. RGB value is (237,228,10). Sum of RGB (Red+Green+Blue) = 237+228+10=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40A is #121BF5. Grayscale: #CECECE. Windows color (decimal): -1186806 or 713965. OLE color: 713965.

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

Color convert

RGB23722810-
CMYK00.040.960.07
HSL57.62º91.9%48.43%-
HSV(B)57.62º95.78%92.94%-
XYZ62.7273.5111.17-
YUV205.8417.48150.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 228 (89.45% from 255) = 48%
BLUE value IS 10 (4.30% from 255) = 2.11%
R=49.89%
G=48%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372281000.040.960.0757.6291.948.43
HexEDE4A046073a5c30
Octal355344120414077213460
Binary11101101111001001010010011000001111110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE40A; }

 p { color: rgb(237,228,10); }

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

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

 a { background-color: rgb(237,228,10); }

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

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

 span { border-color: rgb(237,228,10); }

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