Shades of Chiffon #E6EFBD
Tints of Chiffon #E6EFBD
RGB
CMYK
RGB Variations
Color information
#E6EFBD (or 0xE6EFBD) is known color: Chiffon. HEX triplet: E6, EF and BD. RGB value is (230,239,189). Sum of RGB (Red+Green+Blue) = 230+239+189=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFBD is #191042. Grayscale: #E6E6E6. Windows color (decimal): -1642563 or 12447718. OLE color: 12447718.
HSL color Cylindrical-coordinate representation of color #E6EFBD: hue angle of 70.8º 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 #E6EFBD is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 189 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.06 |
| HSL | 70.8º | 0.61% | 0.84% | - |
| HSV(B) | 70.8º | 0.21% | 0.94% | - |
| XYZ | 72.68 | 82.23 | 60.19 | - |
| YUV | 230.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 189 | 0.04 | 0 | 0.21 | 0.06 | 70.8 | 0.61 | 0.84 |
| Hex | E6 | EF | BD | 4 | 0 | 15 | 6 | 47 | 3D | 54 |
| Octal | 346 | 357 | 275 | 4 | 0 | 25 | 6 | 107 | 75 | 124 |
| Binary | 11100110 | 11101111 | 10111101 | 100 | 0 | 10101 | 110 | 1000111 | 111101 | 1010100 |
Color Harmonies of #E6EFBD
Complementary color
Monochromatic Colors of #E6EFBD
Black with #E6EFBD
Text Example
Text Example
White with #E6EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFBD; }
p { color: rgb(230,239,189); }
H1.HeaderClassName
{
color: #E6EFBD;
}
.AnyTagClassName
{
color: #E6EFBD;
}
</style>
background-color css
<style>
a { background-color: #E6EFBD; }
a { background-color: rgb(230,239,189); }
div.DivClassName
{
background-color: #E6EFBD;
}
.BgClassName
{
background-color: #E6EFBD;
}
</style>
border-color css
<style>
span { border-color: #E6EFBD; }
span { border-color: rgb(230,239,189); }
td.TdClassName
{
border-color: #E6EFBD;
}
.TagClassName
{
border-color: #E6EFBD;
}
</style>