Shades of Chiffon #EAEDBF
Tints of Chiffon #EAEDBF
RGB
CMYK
RGB Variations
Color information
#EAEDBF (or 0xEAEDBF) is known color: Chiffon. HEX triplet: EA, ED and BF. RGB value is (234,237,191). Sum of RGB (Red+Green+Blue) = 234+237+191=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDBF is #151240. Grayscale: #E7E7E7. Windows color (decimal): -1380929 or 12578282. OLE color: 12578282.
HSL color Cylindrical-coordinate representation of color #EAEDBF: hue angle of 63.91º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAEDBF is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 191 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.07 |
| HSL | 63.91º | 0.56% | 0.84% | - |
| HSV(B) | 63.91º | 0.19% | 0.93% | - |
| XYZ | 73.62 | 81.82 | 61.2 | - |
| YUV | 230.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 191 | 0.01 | 0 | 0.19 | 0.07 | 63.91 | 0.56 | 0.84 |
| Hex | EA | ED | BF | 1 | 0 | 13 | 7 | 40 | 38 | 54 |
| Octal | 352 | 355 | 277 | 1 | 0 | 23 | 7 | 100 | 70 | 124 |
| Binary | 11101010 | 11101101 | 10111111 | 1 | 0 | 10011 | 111 | 1000000 | 111000 | 1010100 |
Color Harmonies of #EAEDBF
Complementary color
Monochromatic Colors of #EAEDBF
Black with #EAEDBF
Text Example
Text Example
White with #EAEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDBF; }
p { color: rgb(234,237,191); }
H1.HeaderClassName
{
color: #EAEDBF;
}
.AnyTagClassName
{
color: #EAEDBF;
}
</style>
background-color css
<style>
a { background-color: #EAEDBF; }
a { background-color: rgb(234,237,191); }
div.DivClassName
{
background-color: #EAEDBF;
}
.BgClassName
{
background-color: #EAEDBF;
}
</style>
border-color css
<style>
span { border-color: #EAEDBF; }
span { border-color: rgb(234,237,191); }
td.TdClassName
{
border-color: #EAEDBF;
}
.TagClassName
{
border-color: #EAEDBF;
}
</style>