#EDEA95

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

Shades of Jonquil #EDEA95

Tints of Jonquil #EDEA95

Color information

#EDEA95 (or 0xEDEA95) is unknown color: approx Jonquil. HEX triplet: ED, EA and 95. RGB value is (237,234,149). Sum of RGB (Red+Green+Blue) = 237+234+149=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA95 is #12156A. Grayscale: #E1E1E1. Windows color (decimal): -1185131 or 9825005. OLE color: 9825005.

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

Color convert

RGB237234149-
CMYK00.010.370.07
HSL57.95º70.97%75.69%-
HSV(B)57.95º37.13%92.94%-
XYZ69.7779.0240.01-
YUV225.2184.99136.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 149 (58.59% from 255) = 24.03%
R=38.23%
G=37.74%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723414900.010.370.0757.9570.9775.69
HexEDEA95012573a474c
Octal3553522250145772107114
Binary1110110111101010100101010110010111111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA95; }

 p { color: rgb(237,234,149); }

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

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

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

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

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

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

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