Shades of Chiffon #E6EDBA
Tints of Chiffon #E6EDBA
RGB
CMYK
RGB Variations
Color information
#E6EDBA (or 0xE6EDBA) is known color: Chiffon. HEX triplet: E6, ED and BA. RGB value is (230,237,186). Sum of RGB (Red+Green+Blue) = 230+237+186=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDBA is #191245. Grayscale: #E5E5E5. Windows color (decimal): -1643078 or 12250598. OLE color: 12250598.
HSL color Cylindrical-coordinate representation of color #E6EDBA: hue angle of 68.24º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6EDBA is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 186 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.07 |
| HSL | 68.24º | 0.59% | 0.83% | - |
| HSV(B) | 68.24º | 0.22% | 0.93% | - |
| XYZ | 71.78 | 80.94 | 58.29 | - |
| YUV | 229.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 186 | 0.03 | 0 | 0.22 | 0.07 | 68.24 | 0.59 | 0.83 |
| Hex | E6 | ED | BA | 3 | 0 | 16 | 7 | 44 | 3B | 53 |
| Octal | 346 | 355 | 272 | 3 | 0 | 26 | 7 | 104 | 73 | 123 |
| Binary | 11100110 | 11101101 | 10111010 | 11 | 0 | 10110 | 111 | 1000100 | 111011 | 1010011 |
Color Harmonies of #E6EDBA
Complementary color
Monochromatic Colors of #E6EDBA
Black with #E6EDBA
Text Example
Text Example
White with #E6EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDBA; }
p { color: rgb(230,237,186); }
H1.HeaderClassName
{
color: #E6EDBA;
}
.AnyTagClassName
{
color: #E6EDBA;
}
</style>
background-color css
<style>
a { background-color: #E6EDBA; }
a { background-color: rgb(230,237,186); }
div.DivClassName
{
background-color: #E6EDBA;
}
.BgClassName
{
background-color: #E6EDBA;
}
</style>
border-color css
<style>
span { border-color: #E6EDBA; }
span { border-color: rgb(230,237,186); }
td.TdClassName
{
border-color: #E6EDBA;
}
.TagClassName
{
border-color: #E6EDBA;
}
</style>