Shades of Chiffon #EDFAB9
Tints of Chiffon #EDFAB9
RGB
CMYK
RGB Variations
Color information
#EDFAB9 (or 0xEDFAB9) is known color: Chiffon. HEX triplet: ED, FA and B9. RGB value is (237,250,185). Sum of RGB (Red+Green+Blue) = 237+250+185=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB9 is #120546. Grayscale: #EEEEEE. Windows color (decimal): -1180999 or 12188397. OLE color: 12188397.
HSL color Cylindrical-coordinate representation of color #EDFAB9: hue angle of 72º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFAB9 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 185 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.02 |
| HSL | 72º | 0.87% | 0.85% | - |
| HSV(B) | 72º | 0.26% | 0.98% | - |
| XYZ | 77.87 | 89.88 | 59.14 | - |
| YUV | 238.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 185 | 0.05 | 0 | 0.26 | 0.02 | 72 | 0.87 | 0.85 |
| Hex | ED | FA | B9 | 5 | 0 | 1A | 2 | 48 | 57 | 55 |
| Octal | 355 | 372 | 271 | 5 | 0 | 32 | 2 | 110 | 127 | 125 |
| Binary | 11101101 | 11111010 | 10111001 | 101 | 0 | 11010 | 10 | 1001000 | 1010111 | 1010101 |
Color Harmonies of #EDFAB9
Complementary color
Monochromatic Colors of #EDFAB9
Black with #EDFAB9
Text Example
Text Example
White with #EDFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAB9; }
p { color: rgb(237,250,185); }
H1.HeaderClassName
{
color: #EDFAB9;
}
.AnyTagClassName
{
color: #EDFAB9;
}
</style>
background-color css
<style>
a { background-color: #EDFAB9; }
a { background-color: rgb(237,250,185); }
div.DivClassName
{
background-color: #EDFAB9;
}
.BgClassName
{
background-color: #EDFAB9;
}
</style>
border-color css
<style>
span { border-color: #EDFAB9; }
span { border-color: rgb(237,250,185); }
td.TdClassName
{
border-color: #EDFAB9;
}
.TagClassName
{
border-color: #EDFAB9;
}
</style>