#EDEB00

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

Shades of Lemon #EDEB00

Tints of Lemon #EDEB00

Color information

#EDEB00 (or 0xEDEB00) is unknown color: approx Lemon. HEX triplet: ED, EB and 00. RGB value is (237,235,0). Sum of RGB (Red+Green+Blue) = 237+235+0=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB00 is #1214FF. Grayscale: #D1D1D1. Windows color (decimal): -1185024 or 60397. OLE color: 60397.

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

Color convert

RGB2372350-
CMYK00.0110.07
HSL59.49º100%46.47%-
HSV(B)59.49º100%92.94%-
XYZ64.6377.4211.54-
YUV208.8110.16148.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 235 (92.19% from 255) = 49.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.21%
G=49.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237235000.0110.0759.4910046.47
HexEDEB0016473b642e
Octal35535300114477314456
Binary111011011110101100111001001111110111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB00; }

 p { color: rgb(237,235,0); }

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

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

 a { background-color: rgb(237,235,0); }

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

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

 span { border-color: rgb(237,235,0); }

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