#EDED99

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

Shades of Jonquil #EDED99

Tints of Jonquil #EDED99

Color information

#EDED99 (or 0xEDED99) is unknown color: approx Jonquil. HEX triplet: ED, ED and 99. RGB value is (237,237,153). Sum of RGB (Red+Green+Blue) = 237+237+153=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED99 is #121266. Grayscale: #E3E3E3. Windows color (decimal): -1184359 or 10087917. OLE color: 10087917.

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

Color convert

RGB237237153-
CMYK000.350.07
HSL60º70%76.47%-
HSV(B)60º35.44%92.94%-
XYZ70.9680.8742.01-
YUV227.4286134.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 153 (60.16% from 255) = 24.40%
R=37.80%
G=37.80%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237153000.350.07607076.47
HexEDED99002373c464c
Octal3553552310043774106114
Binary1110110111101101100110010010001111111110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED99; }

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

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

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

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

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

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

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

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