#EDEC97

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

Shades of Jonquil #EDEC97

Tints of Jonquil #EDEC97

Color information

#EDEC97 (or 0xEDEC97) is unknown color: approx Jonquil. HEX triplet: ED, EC and 97. RGB value is (237,236,151). Sum of RGB (Red+Green+Blue) = 237+236+151=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 151 (59.38% from 255 or 24.20% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC97 is #121368. Grayscale: #E2E2E2. Windows color (decimal): -1184617 or 9956589. OLE color: 9956589.

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

Color convert

RGB237236151-
CMYK00.000.360.07
HSL59.3º70.49%76.08%-
HSV(B)59.3º36.29%92.94%-
XYZ70.5180.2341.05-
YUV226.6185.33135.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 151 (59.38% from 255) = 24.20%
R=37.98%
G=37.82%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723615100.000.360.0759.370.4976.08
HexEDEC97002473b464c
Octal3553542270044773106114
Binary1110110111101100100101110010010011111101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC97; }

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

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

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

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

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

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

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

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