Shades of Chiffon #E5EFBD
Tints of Chiffon #E5EFBD
RGB
CMYK
RGB Variations
Color information
#E5EFBD (or 0xE5EFBD) is known color: Chiffon. HEX triplet: E5, EF and BD. RGB value is (229,239,189). Sum of RGB (Red+Green+Blue) = 229+239+189=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFBD is #1A1042. Grayscale: #E6E6E6. Windows color (decimal): -1708099 or 12447717. OLE color: 12447717.
HSL color Cylindrical-coordinate representation of color #E5EFBD: hue angle of 72º 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 #E5EFBD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 189 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.06 |
| HSL | 72º | 0.61% | 0.84% | - |
| HSV(B) | 72º | 0.21% | 0.94% | - |
| XYZ | 72.36 | 82.07 | 60.17 | - |
| YUV | 230.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 189 | 0.04 | 0 | 0.21 | 0.06 | 72 | 0.61 | 0.84 |
| Hex | E5 | EF | BD | 4 | 0 | 15 | 6 | 48 | 3D | 54 |
| Octal | 345 | 357 | 275 | 4 | 0 | 25 | 6 | 110 | 75 | 124 |
| Binary | 11100101 | 11101111 | 10111101 | 100 | 0 | 10101 | 110 | 1001000 | 111101 | 1010100 |
Color Harmonies of #E5EFBD
Complementary color
Monochromatic Colors of #E5EFBD
Black with #E5EFBD
Text Example
Text Example
White with #E5EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFBD; }
p { color: rgb(229,239,189); }
H1.HeaderClassName
{
color: #E5EFBD;
}
.AnyTagClassName
{
color: #E5EFBD;
}
</style>
background-color css
<style>
a { background-color: #E5EFBD; }
a { background-color: rgb(229,239,189); }
div.DivClassName
{
background-color: #E5EFBD;
}
.BgClassName
{
background-color: #E5EFBD;
}
</style>
border-color css
<style>
span { border-color: #E5EFBD; }
span { border-color: rgb(229,239,189); }
td.TdClassName
{
border-color: #E5EFBD;
}
.TagClassName
{
border-color: #E5EFBD;
}
</style>