#ede50c

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

Shades of Lemon #EDE50C

Tints of Lemon #EDE50C

Color information

#EDE50C (or 0xEDE50C) is unknown color: approx Lemon. HEX triplet: ED, E5 and 0C. RGB value is (237,229,12). Sum of RGB (Red+Green+Blue) = 237+229+12=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE50C is #121AF3. Grayscale: #CFCFCF. Windows color (decimal): -1186548 or 845293. OLE color: 845293.

HSL color Cylindrical-coordinate representation of color #EDE50C: hue angle of 57.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDE50C is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23722912-
CMYK00.030.950.07
HSL57.87º90.36%48.82%-
HSV(B)57.87º94.94%92.94%-
XYZ63.0174.0711.32-
YUV206.6518.15149.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 229 (89.84% from 255) = 47.91%
BLUE value IS 12 (5.08% from 255) = 2.51%
R=49.58%
G=47.91%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372291200.030.950.0757.8790.3648.82
HexEDE5C035F73a5a31
Octal355345140313777213261
Binary1110110111100101110001110111111111110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede50c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede50c; }

 p { color: rgb(237,229,12); }

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

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

 a { background-color: rgb(237,229,12); }

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

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

 span { border-color: rgb(237,229,12); }

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