#edeb0c

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

Shades of Lemon #EDEB0C

Tints of Lemon #EDEB0C

Color information

#EDEB0C (or 0xEDEB0C) is unknown color: approx Lemon. HEX triplet: ED, EB and 0C. RGB value is (237,235,12). Sum of RGB (Red+Green+Blue) = 237+235+12=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB0C is #1214F3. Grayscale: #D3D3D3. Windows color (decimal): -1185012 or 846829. OLE color: 846829.

HSL color Cylindrical-coordinate representation of color #EDEB0C: hue angle of 59.47º 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 #EDEB0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23723512-
CMYK00.010.950.07
HSL59.47º90.36%48.82%-
HSV(B)59.47º94.94%92.94%-
XYZ64.777.4511.89-
YUV210.1816.16147.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 12 (5.08% from 255) = 2.48%
R=48.97%
G=48.55%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372351200.010.950.0759.4790.3648.82
HexEDEBC015F73b5a31
Octal355353140113777313261
Binary111011011110101111000110111111111110111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edeb0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edeb0c; }

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

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

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

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

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

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

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

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