Shades of Chiffon #EDF4B5
Tints of Chiffon #EDF4B5
RGB
CMYK
RGB Variations
Color information
#EDF4B5 (or 0xEDF4B5) is known color: Chiffon. HEX triplet: ED, F4 and B5. RGB value is (237,244,181). Sum of RGB (Red+Green+Blue) = 237+244+181=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4B5 is #120B4A. Grayscale: #EAEAEA. Windows color (decimal): -1182539 or 11924717. OLE color: 11924717.
HSL color Cylindrical-coordinate representation of color #EDF4B5: hue angle of 66.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDF4B5 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 181 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.04 |
| HSL | 66.67º | 0.74% | 0.83% | - |
| HSV(B) | 66.67º | 0.26% | 0.96% | - |
| XYZ | 75.62 | 86.04 | 56.34 | - |
| YUV | 234.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 181 | 0.03 | 0 | 0.26 | 0.04 | 66.67 | 0.74 | 0.83 |
| Hex | ED | F4 | B5 | 3 | 0 | 1A | 4 | 43 | 4A | 53 |
| Octal | 355 | 364 | 265 | 3 | 0 | 32 | 4 | 103 | 112 | 123 |
| Binary | 11101101 | 11110100 | 10110101 | 11 | 0 | 11010 | 100 | 1000011 | 1001010 | 1010011 |
Color Harmonies of #EDF4B5
Complementary color
Monochromatic Colors of #EDF4B5
Black with #EDF4B5
Text Example
Text Example
White with #EDF4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4B5; }
p { color: rgb(237,244,181); }
H1.HeaderClassName
{
color: #EDF4B5;
}
.AnyTagClassName
{
color: #EDF4B5;
}
</style>
background-color css
<style>
a { background-color: #EDF4B5; }
a { background-color: rgb(237,244,181); }
div.DivClassName
{
background-color: #EDF4B5;
}
.BgClassName
{
background-color: #EDF4B5;
}
</style>
border-color css
<style>
span { border-color: #EDF4B5; }
span { border-color: rgb(237,244,181); }
td.TdClassName
{
border-color: #EDF4B5;
}
.TagClassName
{
border-color: #EDF4B5;
}
</style>