#EDE211

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

Shades of Lemon #EDE211

Tints of Lemon #EDE211

Color information

#EDE211 (or 0xEDE211) is unknown color: approx Lemon. HEX triplet: ED, E2 and 11. RGB value is (237,226,17). Sum of RGB (Red+Green+Blue) = 237+226+17=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE211 is #121DEE. Grayscale: #CECECE. Windows color (decimal): -1187311 or 1172205. OLE color: 1172205.

HSL color Cylindrical-coordinate representation of color #EDE211: hue angle of 57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDE211 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23722617-
CMYK00.050.930.07
HSL57º86.61%49.8%-
HSV(B)57º92.83%92.94%-
XYZ62.2272.4411.23-
YUV205.4621.64150.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 226 (88.67% from 255) = 47.08%
BLUE value IS 17 (7.03% from 255) = 3.54%
R=49.38%
G=47.08%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372261700.050.930.075786.6149.8
HexEDE211055D7395732
Octal355342210513577112762
Binary111011011110001010001010110111011111110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE211; }

 p { color: rgb(237,226,17); }

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

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

 a { background-color: rgb(237,226,17); }

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

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

 span { border-color: rgb(237,226,17); }

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