Shades of Chiffon #EAEDBA
Tints of Chiffon #EAEDBA
RGB
CMYK
RGB Variations
Color information
#EAEDBA (or 0xEAEDBA) is known color: Chiffon. HEX triplet: EA, ED and BA. RGB value is (234,237,186). Sum of RGB (Red+Green+Blue) = 234+237+186=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDBA is #151245. Grayscale: #E6E6E6. Windows color (decimal): -1380934 or 12250602. OLE color: 12250602.
HSL color Cylindrical-coordinate representation of color #EAEDBA: hue angle of 63.53º 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 #EAEDBA is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 186 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.07 |
| HSL | 63.53º | 0.59% | 0.83% | - |
| HSV(B) | 63.53º | 0.22% | 0.93% | - |
| XYZ | 73.08 | 81.61 | 58.35 | - |
| YUV | 230.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 186 | 0.01 | 0 | 0.22 | 0.07 | 63.53 | 0.59 | 0.83 |
| Hex | EA | ED | BA | 1 | 0 | 16 | 7 | 40 | 3B | 53 |
| Octal | 352 | 355 | 272 | 1 | 0 | 26 | 7 | 100 | 73 | 123 |
| Binary | 11101010 | 11101101 | 10111010 | 1 | 0 | 10110 | 111 | 1000000 | 111011 | 1010011 |
Color Harmonies of #EAEDBA
Complementary color
Monochromatic Colors of #EAEDBA
Black with #EAEDBA
Text Example
Text Example
White with #EAEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDBA; }
p { color: rgb(234,237,186); }
H1.HeaderClassName
{
color: #EAEDBA;
}
.AnyTagClassName
{
color: #EAEDBA;
}
</style>
background-color css
<style>
a { background-color: #EAEDBA; }
a { background-color: rgb(234,237,186); }
div.DivClassName
{
background-color: #EAEDBA;
}
.BgClassName
{
background-color: #EAEDBA;
}
</style>
border-color css
<style>
span { border-color: #EAEDBA; }
span { border-color: rgb(234,237,186); }
td.TdClassName
{
border-color: #EAEDBA;
}
.TagClassName
{
border-color: #EAEDBA;
}
</style>