Shades of Chiffon #EAEDBD
Tints of Chiffon #EAEDBD
RGB
CMYK
RGB Variations
Color information
#EAEDBD (or 0xEAEDBD) is known color: Chiffon. HEX triplet: EA, ED and BD. RGB value is (234,237,189). Sum of RGB (Red+Green+Blue) = 234+237+189=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDBD is #151242. Grayscale: #E6E6E6. Windows color (decimal): -1380931 or 12447210. OLE color: 12447210.
HSL color Cylindrical-coordinate representation of color #EAEDBD: hue angle of 63.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEDBD is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 189 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.07 |
| HSL | 63.75º | 0.57% | 0.84% | - |
| HSV(B) | 63.75º | 0.2% | 0.93% | - |
| XYZ | 73.4 | 81.73 | 60.05 | - |
| YUV | 230.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 189 | 0.01 | 0 | 0.20 | 0.07 | 63.75 | 0.57 | 0.84 |
| Hex | EA | ED | BD | 1 | 0 | 14 | 7 | 40 | 39 | 54 |
| Octal | 352 | 355 | 275 | 1 | 0 | 24 | 7 | 100 | 71 | 124 |
| Binary | 11101010 | 11101101 | 10111101 | 1 | 0 | 10100 | 111 | 1000000 | 111001 | 1010100 |
Color Harmonies of #EAEDBD
Complementary color
Monochromatic Colors of #EAEDBD
Black with #EAEDBD
Text Example
Text Example
White with #EAEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDBD; }
p { color: rgb(234,237,189); }
H1.HeaderClassName
{
color: #EAEDBD;
}
.AnyTagClassName
{
color: #EAEDBD;
}
</style>
background-color css
<style>
a { background-color: #EAEDBD; }
a { background-color: rgb(234,237,189); }
div.DivClassName
{
background-color: #EAEDBD;
}
.BgClassName
{
background-color: #EAEDBD;
}
</style>
border-color css
<style>
span { border-color: #EAEDBD; }
span { border-color: rgb(234,237,189); }
td.TdClassName
{
border-color: #EAEDBD;
}
.TagClassName
{
border-color: #EAEDBD;
}
</style>