Shades of Chiffon #EDF9B8
Tints of Chiffon #EDF9B8
RGB
CMYK
RGB Variations
Color information
#EDF9B8 (or 0xEDF9B8) is known color: Chiffon. HEX triplet: ED, F9 and B8. RGB value is (237,249,184). Sum of RGB (Red+Green+Blue) = 237+249+184=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 184 (72.27% from 255 or 27.46% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9B8 is #120647. Grayscale: #EEEEEE. Windows color (decimal): -1181256 or 12122605. OLE color: 12122605.
HSL color Cylindrical-coordinate representation of color #EDF9B8: hue angle of 71.08º degrees, saturation: 0.84, 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 #EDF9B8 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 184 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.02 |
| HSL | 71.08º | 0.84% | 0.85% | - |
| HSV(B) | 71.08º | 0.26% | 0.98% | - |
| XYZ | 77.45 | 89.22 | 58.49 | - |
| YUV | 238 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 184 | 0.05 | 0 | 0.26 | 0.02 | 71.08 | 0.84 | 0.85 |
| Hex | ED | F9 | B8 | 5 | 0 | 1A | 2 | 47 | 54 | 55 |
| Octal | 355 | 371 | 270 | 5 | 0 | 32 | 2 | 107 | 124 | 125 |
| Binary | 11101101 | 11111001 | 10111000 | 101 | 0 | 11010 | 10 | 1000111 | 1010100 | 1010101 |
Color Harmonies of #EDF9B8
Complementary color
Monochromatic Colors of #EDF9B8
Black with #EDF9B8
Text Example
Text Example
White with #EDF9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9B8; }
p { color: rgb(237,249,184); }
H1.HeaderClassName
{
color: #EDF9B8;
}
.AnyTagClassName
{
color: #EDF9B8;
}
</style>
background-color css
<style>
a { background-color: #EDF9B8; }
a { background-color: rgb(237,249,184); }
div.DivClassName
{
background-color: #EDF9B8;
}
.BgClassName
{
background-color: #EDF9B8;
}
</style>
border-color css
<style>
span { border-color: #EDF9B8; }
span { border-color: rgb(237,249,184); }
td.TdClassName
{
border-color: #EDF9B8;
}
.TagClassName
{
border-color: #EDF9B8;
}
</style>