#EDEC94

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

Shades of Jonquil #EDEC94

Tints of Jonquil #EDEC94

Color information

#EDEC94 (or 0xEDEC94) is unknown color: approx Jonquil. HEX triplet: ED, EC and 94. RGB value is (237,236,148). Sum of RGB (Red+Green+Blue) = 237+236+148=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC94 is #12136B. Grayscale: #E2E2E2. Windows color (decimal): -1184620 or 9759981. OLE color: 9759981.

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

Color convert

RGB237236148-
CMYK00.000.380.07
HSL59.33º71.2%75.49%-
HSV(B)59.33º37.55%92.94%-
XYZ70.2780.1339.78-
YUV226.2783.83135.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 148 (58.20% from 255) = 23.83%
R=38.16%
G=38.00%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723614800.000.380.0759.3371.275.49
HexEDEC94002673b474b
Octal3553542240046773107113
Binary1110110111101100100101000010011011111101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC94; }

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

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

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

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

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

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

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

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