#EDED89

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

Shades of Jonquil #EDED89

Tints of Jonquil #EDED89

Color information

#EDED89 (or 0xEDED89) is unknown color: approx Jonquil. HEX triplet: ED, ED and 89. RGB value is (237,237,137). Sum of RGB (Red+Green+Blue) = 237+237+137=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 137 (53.91% from 255 or 22.42% from 611); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED89 is #121276. Grayscale: #E1E1E1. Windows color (decimal): -1184375 or 9039341. OLE color: 9039341.

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

Color convert

RGB237237137-
CMYK000.420.07
HSL60º73.53%73.33%-
HSV(B)60º42.19%92.94%-
XYZ69.7280.3835.51-
YUV225.678136.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 137 (53.91% from 255) = 22.42%
R=38.79%
G=38.79%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237137000.420.076073.5373.33
HexEDED89002A73c4a49
Octal3553552110052774112111
Binary1110110111101101100010010010101011111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED89; }

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

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

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

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

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

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

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

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