#EDEC8D

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

Shades of Jonquil #EDEC8D

Tints of Jonquil #EDEC8D

Color information

#EDEC8D (or 0xEDEC8D) is unknown color: approx Jonquil. HEX triplet: ED, EC and 8D. RGB value is (237,236,141). Sum of RGB (Red+Green+Blue) = 237+236+141=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC8D is #121372. Grayscale: #E1E1E1. Windows color (decimal): -1184627 or 9301229. OLE color: 9301229.

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

Color convert

RGB237236141-
CMYK00.000.410.07
HSL59.38º72.73%74.12%-
HSV(B)59.38º40.51%92.94%-
XYZ69.7379.9236.95-
YUV225.4780.33136.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 141 (55.47% from 255) = 22.96%
R=38.60%
G=38.44%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723614100.000.410.0759.3872.7374.12
HexEDEC8D002973b494a
Octal3553542150051773111112
Binary1110110111101100100011010010100111111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC8D; }

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

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

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

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

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

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

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

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