#EDEC91

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

Shades of Jonquil #EDEC91

Tints of Jonquil #EDEC91

Color information

#EDEC91 (or 0xEDEC91) is unknown color: approx Jonquil. HEX triplet: ED, EC and 91. RGB value is (237,236,145). Sum of RGB (Red+Green+Blue) = 237+236+145=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 145 (57.03% from 255 or 23.46% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC91 is #12136E. Grayscale: #E2E2E2. Windows color (decimal): -1184623 or 9563373. OLE color: 9563373.

HSL color Cylindrical-coordinate representation of color #EDEC91: hue angle of 59.35º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDEC91 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237236145-
CMYK00.000.390.07
HSL59.35º71.88%74.9%-
HSV(B)59.35º38.82%92.94%-
XYZ70.0380.0438.55-
YUV225.9282.33135.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 145 (57.03% from 255) = 23.46%
R=38.35%
G=38.19%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723614500.000.390.0759.3571.8874.9
HexEDEC91002773b484b
Octal3553542210047773110113
Binary1110110111101100100100010010011111111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC91; }

 p { color: rgb(237,236,145); }

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

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

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

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

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

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

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