Shades of Chiffon #EDFCBA
Tints of Chiffon #EDFCBA
RGB
CMYK
RGB Variations
Color information
#EDFCBA (or 0xEDFCBA) is known color: Chiffon. HEX triplet: ED, FC and BA. RGB value is (237,252,186). Sum of RGB (Red+Green+Blue) = 237+252+186=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBA is #120345. Grayscale: #F0F0F0. Windows color (decimal): -1180486 or 12254445. OLE color: 12254445.
HSL color Cylindrical-coordinate representation of color #EDFCBA: hue angle of 73.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFCBA is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 186 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.01 |
| HSL | 73.64º | 0.92% | 0.86% | - |
| HSV(B) | 73.64º | 0.26% | 0.99% | - |
| XYZ | 78.6 | 91.17 | 59.91 | - |
| YUV | 239.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 186 | 0.06 | 0 | 0.26 | 0.01 | 73.64 | 0.92 | 0.86 |
| Hex | ED | FC | BA | 6 | 0 | 1A | 1 | 4A | 5C | 56 |
| Octal | 355 | 374 | 272 | 6 | 0 | 32 | 1 | 112 | 134 | 126 |
| Binary | 11101101 | 11111100 | 10111010 | 110 | 0 | 11010 | 1 | 1001010 | 1011100 | 1010110 |
Color Harmonies of #EDFCBA
Complementary color
Monochromatic Colors of #EDFCBA
Black with #EDFCBA
Text Example
Text Example
White with #EDFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCBA; }
p { color: rgb(237,252,186); }
H1.HeaderClassName
{
color: #EDFCBA;
}
.AnyTagClassName
{
color: #EDFCBA;
}
</style>
background-color css
<style>
a { background-color: #EDFCBA; }
a { background-color: rgb(237,252,186); }
div.DivClassName
{
background-color: #EDFCBA;
}
.BgClassName
{
background-color: #EDFCBA;
}
</style>
border-color css
<style>
span { border-color: #EDFCBA; }
span { border-color: rgb(237,252,186); }
td.TdClassName
{
border-color: #EDFCBA;
}
.TagClassName
{
border-color: #EDFCBA;
}
</style>