#EDEDB9

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

Shades of Chiffon #EDEDB9

Tints of Chiffon #EDEDB9

Color information

#EDEDB9 (or 0xEDEDB9) is unknown color: approx Chiffon. HEX triplet: ED, ED and B9. RGB value is (237,237,185). Sum of RGB (Red+Green+Blue) = 237+237+185=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDB9 is #121246. Grayscale: #E7E7E7. Windows color (decimal): -1184327 or 12185069. OLE color: 12185069.

HSL color Cylindrical-coordinate representation of color #EDEDB9: hue angle of 60º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDEDB9 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237237185-
CMYK000.220.07
HSL60º59.09%82.75%-
HSV(B)60º21.94%92.94%-
XYZ73.9782.0857.84-
YUV231.07102132.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 185 (72.66% from 255) = 28.07%
R=35.96%
G=35.96%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237185000.220.076059.0982.75
HexEDEDB9001673c3b53
Octal355355271002677473123
Binary11101101111011011011100100101101111111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDB9; }

 p { color: rgb(237,237,185); }

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

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

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

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

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

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

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