Shades of Chiffon #EDEFBC
Tints of Chiffon #EDEFBC
RGB
CMYK
RGB Variations
Color information
#EDEFBC (or 0xEDEFBC) is known color: Chiffon. HEX triplet: ED, EF and BC. RGB value is (237,239,188). Sum of RGB (Red+Green+Blue) = 237+239+188=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFBC is #121043. Grayscale: #E8E8E8. Windows color (decimal): -1183812 or 12382189. OLE color: 12382189.
HSL color Cylindrical-coordinate representation of color #EDEFBC: hue angle of 62.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDEFBC is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 188 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.06 |
| HSL | 62.35º | 0.61% | 0.84% | - |
| HSV(B) | 62.35º | 0.21% | 0.94% | - |
| XYZ | 74.87 | 83.37 | 59.72 | - |
| YUV | 232.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 188 | 0.01 | 0 | 0.21 | 0.06 | 62.35 | 0.61 | 0.84 |
| Hex | ED | EF | BC | 1 | 0 | 15 | 6 | 3E | 3D | 54 |
| Octal | 355 | 357 | 274 | 1 | 0 | 25 | 6 | 76 | 75 | 124 |
| Binary | 11101101 | 11101111 | 10111100 | 1 | 0 | 10101 | 110 | 111110 | 111101 | 1010100 |
Color Harmonies of #EDEFBC
Complementary color
Monochromatic Colors of #EDEFBC
Black with #EDEFBC
Text Example
Text Example
White with #EDEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFBC; }
p { color: rgb(237,239,188); }
H1.HeaderClassName
{
color: #EDEFBC;
}
.AnyTagClassName
{
color: #EDEFBC;
}
</style>
background-color css
<style>
a { background-color: #EDEFBC; }
a { background-color: rgb(237,239,188); }
div.DivClassName
{
background-color: #EDEFBC;
}
.BgClassName
{
background-color: #EDEFBC;
}
</style>
border-color css
<style>
span { border-color: #EDEFBC; }
span { border-color: rgb(237,239,188); }
td.TdClassName
{
border-color: #EDEFBC;
}
.TagClassName
{
border-color: #EDEFBC;
}
</style>