Shades of Chiffon #EDF2BA
Tints of Chiffon #EDF2BA
RGB
CMYK
RGB Variations
Color information
#EDF2BA (or 0xEDF2BA) is known color: Chiffon. HEX triplet: ED, F2 and BA. RGB value is (237,242,186). Sum of RGB (Red+Green+Blue) = 237+242+186=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BA is #120D45. Grayscale: #EAEAEA. Windows color (decimal): -1183046 or 12251885. OLE color: 12251885.
HSL color Cylindrical-coordinate representation of color #EDF2BA: hue angle of 65.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF2BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 186 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.05 |
| HSL | 65.36º | 0.68% | 0.84% | - |
| HSV(B) | 65.36º | 0.23% | 0.95% | - |
| XYZ | 75.54 | 85.05 | 58.89 | - |
| YUV | 234.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 186 | 0.02 | 0 | 0.23 | 0.05 | 65.36 | 0.68 | 0.84 |
| Hex | ED | F2 | BA | 2 | 0 | 17 | 5 | 41 | 44 | 54 |
| Octal | 355 | 362 | 272 | 2 | 0 | 27 | 5 | 101 | 104 | 124 |
| Binary | 11101101 | 11110010 | 10111010 | 10 | 0 | 10111 | 101 | 1000001 | 1000100 | 1010100 |
Color Harmonies of #EDF2BA
Complementary color
Monochromatic Colors of #EDF2BA
Black with #EDF2BA
Text Example
Text Example
White with #EDF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2BA; }
p { color: rgb(237,242,186); }
H1.HeaderClassName
{
color: #EDF2BA;
}
.AnyTagClassName
{
color: #EDF2BA;
}
</style>
background-color css
<style>
a { background-color: #EDF2BA; }
a { background-color: rgb(237,242,186); }
div.DivClassName
{
background-color: #EDF2BA;
}
.BgClassName
{
background-color: #EDF2BA;
}
</style>
border-color css
<style>
span { border-color: #EDF2BA; }
span { border-color: rgb(237,242,186); }
td.TdClassName
{
border-color: #EDF2BA;
}
.TagClassName
{
border-color: #EDF2BA;
}
</style>