Shades of Chiffon #EDEDBB
Tints of Chiffon #EDEDBB
RGB
CMYK
RGB Variations
Color information
#EDEDBB (or 0xEDEDBB) is known color: 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
| RGB | 237 | 237 | 187 | - |
| CMYK | 0 | 0 | 0.21 | 0.07 |
| HSL | 60º | 0.58% | 0.83% | - |
| HSV(B) | 60º | 0.21% | 0.93% | - |
| XYZ | 74.18 | 82.16 | 58.96 | - |
| YUV | 231.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 187 | 0 | 0 | 0.21 | 0.07 | 60 | 0.58 | 0.83 |
| Hex | ED | ED | BB | 0 | 0 | 15 | 7 | 3C | 3A | 53 |
| Octal | 355 | 355 | 273 | 0 | 0 | 25 | 7 | 74 | 72 | 123 |
| Binary | 11101101 | 11101101 | 10111011 | 0 | 0 | 10101 | 111 | 111100 | 111010 | 1010011 |
Color Harmonies of #EDEDBB
Complementary color
Monochromatic Colors of #EDEDBB
Black with #EDEDBB
Text Example
Text Example
White with #EDEDBB
Text Example
Text Example
HTML Codes & Css Web 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>