#EDED59

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

Shades of Corn #EDED59

Tints of Corn #EDED59

Color information

#EDED59 (or 0xEDED59) is unknown color: approx Corn. HEX triplet: ED, ED and 59. RGB value is (237,237,89). Sum of RGB (Red+Green+Blue) = 237+237+89=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED59 is #1212A6. Grayscale: #DCDCDC. Windows color (decimal): -1184423 or 5893613. OLE color: 5893613.

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

Color convert

RGB23723789-
CMYK000.620.07
HSL60º80.43%63.92%-
HSV(B)60º62.45%92.94%-
XYZ67.0179.2921.22-
YUV220.1354140.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 89 (35.16% from 255) = 15.81%
R=42.10%
G=42.10%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723789000.620.076080.4363.92
HexEDED59003E73c5040
Octal3553551310076774120100
Binary111011011110110110110010011111011111110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED59; }

 p { color: rgb(237,237,89); }

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

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

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

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

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

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

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