Shades of Chiffon #EDEFBA
Tints of Chiffon #EDEFBA
RGB
CMYK
RGB Variations
Color information
#EDEFBA (or 0xEDEFBA) is known color: Chiffon. HEX triplet: ED, EF and BA. RGB value is (237,239,186). Sum of RGB (Red+Green+Blue) = 237+239+186=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFBA is #121045. Grayscale: #E8E8E8. Windows color (decimal): -1183814 or 12251117. OLE color: 12251117.
HSL color Cylindrical-coordinate representation of color #EDEFBA: hue angle of 62.26º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDEFBA is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 186 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.06 |
| HSL | 62.26º | 0.62% | 0.83% | - |
| HSV(B) | 62.26º | 0.22% | 0.94% | - |
| XYZ | 74.65 | 83.28 | 58.59 | - |
| YUV | 232.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 186 | 0.01 | 0 | 0.22 | 0.06 | 62.26 | 0.62 | 0.83 |
| Hex | ED | EF | BA | 1 | 0 | 16 | 6 | 3E | 3E | 53 |
| Octal | 355 | 357 | 272 | 1 | 0 | 26 | 6 | 76 | 76 | 123 |
| Binary | 11101101 | 11101111 | 10111010 | 1 | 0 | 10110 | 110 | 111110 | 111110 | 1010011 |
Color Harmonies of #EDEFBA
Complementary color
Monochromatic Colors of #EDEFBA
Black with #EDEFBA
Text Example
Text Example
White with #EDEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFBA; }
p { color: rgb(237,239,186); }
H1.HeaderClassName
{
color: #EDEFBA;
}
.AnyTagClassName
{
color: #EDEFBA;
}
</style>
background-color css
<style>
a { background-color: #EDEFBA; }
a { background-color: rgb(237,239,186); }
div.DivClassName
{
background-color: #EDEFBA;
}
.BgClassName
{
background-color: #EDEFBA;
}
</style>
border-color css
<style>
span { border-color: #EDEFBA; }
span { border-color: rgb(237,239,186); }
td.TdClassName
{
border-color: #EDEFBA;
}
.TagClassName
{
border-color: #EDEFBA;
}
</style>