#EDEB95

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

Shades of Jonquil #EDEB95

Tints of Jonquil #EDEB95

Color information

#EDEB95 (or 0xEDEB95) is unknown color: approx Jonquil. HEX triplet: ED, EB and 95. RGB value is (237,235,149). Sum of RGB (Red+Green+Blue) = 237+235+149=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB95 is #12146A. Grayscale: #E2E2E2. Windows color (decimal): -1184875 or 9825261. OLE color: 9825261.

HSL color Cylindrical-coordinate representation of color #EDEB95: hue angle of 58.64º 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 #EDEB95 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237235149-
CMYK00.010.370.07
HSL58.64º70.97%75.69%-
HSV(B)58.64º37.13%92.94%-
XYZ70.0679.5940.1-
YUV225.7984.66135.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=38.16%
G=37.84%
B=23.99%

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
Decimal23723514900.010.370.0758.6470.9775.69
HexEDEB95012573b474c
Octal3553532250145773107114
Binary1110110111101011100101010110010111111101110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB95; }

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

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

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

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

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

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

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

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