Shades of Chiffon #EDF1B4
Tints of Chiffon #EDF1B4
RGB
CMYK
RGB Variations
Color information
#EDF1B4 (or 0xEDF1B4) is known color: Chiffon. HEX triplet: ED, F1 and B4. RGB value is (237,241,180). Sum of RGB (Red+Green+Blue) = 237+241+180=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B4 is #120E4B. Grayscale: #E9E9E9. Windows color (decimal): -1183308 or 11858413. OLE color: 11858413.
HSL color Cylindrical-coordinate representation of color #EDF1B4: hue angle of 63.93º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDF1B4 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 180 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.05 |
| HSL | 63.93º | 0.69% | 0.83% | - |
| HSV(B) | 63.93º | 0.25% | 0.95% | - |
| XYZ | 74.62 | 84.21 | 55.5 | - |
| YUV | 232.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 180 | 0.02 | 0 | 0.25 | 0.05 | 63.93 | 0.69 | 0.83 |
| Hex | ED | F1 | B4 | 2 | 0 | 19 | 5 | 40 | 45 | 53 |
| Octal | 355 | 361 | 264 | 2 | 0 | 31 | 5 | 100 | 105 | 123 |
| Binary | 11101101 | 11110001 | 10110100 | 10 | 0 | 11001 | 101 | 1000000 | 1000101 | 1010011 |
Color Harmonies of #EDF1B4
Complementary color
Monochromatic Colors of #EDF1B4
Black with #EDF1B4
Text Example
Text Example
White with #EDF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1B4; }
p { color: rgb(237,241,180); }
H1.HeaderClassName
{
color: #EDF1B4;
}
.AnyTagClassName
{
color: #EDF1B4;
}
</style>
background-color css
<style>
a { background-color: #EDF1B4; }
a { background-color: rgb(237,241,180); }
div.DivClassName
{
background-color: #EDF1B4;
}
.BgClassName
{
background-color: #EDF1B4;
}
</style>
border-color css
<style>
span { border-color: #EDF1B4; }
span { border-color: rgb(237,241,180); }
td.TdClassName
{
border-color: #EDF1B4;
}
.TagClassName
{
border-color: #EDF1B4;
}
</style>