Shades of Chiffon #EDEEBA
Tints of Chiffon #EDEEBA
RGB
CMYK
RGB Variations
Color information
#EDEEBA (or 0xEDEEBA) is known color: Chiffon. HEX triplet: ED, EE and BA. RGB value is (237,238,186). Sum of RGB (Red+Green+Blue) = 237+238+186=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEBA is #121145. Grayscale: #E7E7E7. Windows color (decimal): -1184070 or 12250861. OLE color: 12250861.
HSL color Cylindrical-coordinate representation of color #EDEEBA: hue angle of 61.15º degrees, saturation: 0.6, 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 #EDEEBA is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 186 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.07 |
| HSL | 61.15º | 0.6% | 0.83% | - |
| HSV(B) | 61.15º | 0.22% | 0.93% | - |
| XYZ | 74.36 | 82.7 | 58.5 | - |
| YUV | 231.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 186 | 0.00 | 0 | 0.22 | 0.07 | 61.15 | 0.6 | 0.83 |
| Hex | ED | EE | BA | 0 | 0 | 16 | 7 | 3D | 3C | 53 |
| Octal | 355 | 356 | 272 | 0 | 0 | 26 | 7 | 75 | 74 | 123 |
| Binary | 11101101 | 11101110 | 10111010 | 0 | 0 | 10110 | 111 | 111101 | 111100 | 1010011 |
Color Harmonies of #EDEEBA
Complementary color
Monochromatic Colors of #EDEEBA
Black with #EDEEBA
Text Example
Text Example
White with #EDEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEBA; }
p { color: rgb(237,238,186); }
H1.HeaderClassName
{
color: #EDEEBA;
}
.AnyTagClassName
{
color: #EDEEBA;
}
</style>
background-color css
<style>
a { background-color: #EDEEBA; }
a { background-color: rgb(237,238,186); }
div.DivClassName
{
background-color: #EDEEBA;
}
.BgClassName
{
background-color: #EDEEBA;
}
</style>
border-color css
<style>
span { border-color: #EDEEBA; }
span { border-color: rgb(237,238,186); }
td.TdClassName
{
border-color: #EDEEBA;
}
.TagClassName
{
border-color: #EDEEBA;
}
</style>