Shades of Chiffon #EDF0BD
Tints of Chiffon #EDF0BD
RGB
CMYK
RGB Variations
Color information
#EDF0BD (or 0xEDF0BD) is known color: Chiffon. HEX triplet: ED, F0 and BD. RGB value is (237,240,189). Sum of RGB (Red+Green+Blue) = 237+240+189=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0BD is #120F42. Grayscale: #E9E9E9. Windows color (decimal): -1183555 or 12447981. OLE color: 12447981.
HSL color Cylindrical-coordinate representation of color #EDF0BD: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF0BD is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 189 | - |
CMYK | 0.01 | 0 | 0.21 | 0.06 |
HSL | 63.53º | 0.63% | 0.84% | - |
HSV(B) | 63.53º | 0.21% | 0.94% | - |
XYZ | 75.27 | 84 | 60.39 | - |
YUV | 233.29 | 103.01 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 189 | 0.01 | 0 | 0.21 | 0.06 | 63.53 | 0.63 | 0.84 |
Hex | ED | F0 | BD | 1 | 0 | 15 | 6 | 40 | 3F | 54 |
Octal | 355 | 360 | 275 | 1 | 0 | 25 | 6 | 100 | 77 | 124 |
Binary | 11101101 | 11110000 | 10111101 | 1 | 0 | 10101 | 110 | 1000000 | 111111 | 1010100 |
Color Harmonies of #EDF0BD
Complementary color
Monochromatic Colors of #EDF0BD
Black with #EDF0BD
Text Example
Text Example
White with #EDF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0BD; }
p { color: rgb(237,240,189); }
H1.HeaderClassName
{
color: #EDF0BD;
}
.AnyTagClassName
{
color: #EDF0BD;
}
</style>
background-color css
<style>
a { background-color: #EDF0BD; }
a { background-color: rgb(237,240,189); }
div.DivClassName
{
background-color: #EDF0BD;
}
.BgClassName
{
background-color: #EDF0BD;
}
</style>
border-color css
<style>
span { border-color: #EDF0BD; }
span { border-color: rgb(237,240,189); }
td.TdClassName
{
border-color: #EDF0BD;
}
.TagClassName
{
border-color: #EDF0BD;
}
</style>