#EDEDBB

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

Shades of Chiffon #EDEDBB

Tints of Chiffon #EDEDBB

Color information

#EDEDBB (or 0xEDEDBB) is unknown color: approx Chiffon. HEX triplet: ED, ED and BB. RGB value is (237,237,187). Sum of RGB (Red+Green+Blue) = 237+237+187=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDBB is #121244. Grayscale: #E7E7E7. Windows color (decimal): -1184325 or 12316141. OLE color: 12316141.

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

Color convert

RGB237237187-
CMYK000.210.07
HSL60º58.14%83.14%-
HSV(B)60º21.1%92.94%-
XYZ74.1882.1658.96-
YUV231.3103132.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 187 (73.44% from 255) = 28.29%
R=35.85%
G=35.85%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237187000.210.076058.1483.14
HexEDEDBB001573c3a53
Octal355355273002577472123
Binary11101101111011011011101100101011111111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDBB; }

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

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

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

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

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

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

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

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