#ede30e

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

Shades of Lemon #EDE30E

Tints of Lemon #EDE30E

Color information

#EDE30E (or 0xEDE30E) is unknown color: approx Lemon. HEX triplet: ED, E3 and 0E. RGB value is (237,227,14). Sum of RGB (Red+Green+Blue) = 237+227+14=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE30E is #121CF1. Grayscale: #CECECE. Windows color (decimal): -1187058 or 975853. OLE color: 975853.

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

Color convert

RGB23722714-
CMYK00.040.940.07
HSL57.31º88.84%49.22%-
HSV(B)57.31º94.09%92.94%-
XYZ62.4772.9711.21-
YUV205.7119.81150.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 14 (5.86% from 255) = 2.93%
R=49.58%
G=47.49%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372271400.040.940.0757.3188.8449.22
HexEDE3E045E7395931
Octal355343160413677113161
Binary11101101111000111110010010111101111110011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede30e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede30e; }

 p { color: rgb(237,227,14); }

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

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

 a { background-color: rgb(237,227,14); }

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

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

 span { border-color: rgb(237,227,14); }

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