Shades of Chiffon #EDF0B5
Tints of Chiffon #EDF0B5
RGB
CMYK
RGB Variations
Color information
#EDF0B5 (or 0xEDF0B5) is known color: Chiffon. HEX triplet: ED, F0 and B5. RGB value is (237,240,181). Sum of RGB (Red+Green+Blue) = 237+240+181=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 181 (71.09% from 255 or 27.51% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0B5 is #120F4A. Grayscale: #E8E8E8. Windows color (decimal): -1183563 or 11923693. OLE color: 11923693.
HSL color Cylindrical-coordinate representation of color #EDF0B5: hue angle of 63.05º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDF0B5 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 181 | - |
CMYK | 0.01 | 0 | 0.25 | 0.06 |
HSL | 63.05º | 0.66% | 0.83% | - |
HSV(B) | 63.05º | 0.25% | 0.94% | - |
XYZ | 74.43 | 83.66 | 55.94 | - |
YUV | 232.38 | 99.01 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 181 | 0.01 | 0 | 0.25 | 0.06 | 63.05 | 0.66 | 0.83 |
Hex | ED | F0 | B5 | 1 | 0 | 19 | 6 | 3F | 42 | 53 |
Octal | 355 | 360 | 265 | 1 | 0 | 31 | 6 | 77 | 102 | 123 |
Binary | 11101101 | 11110000 | 10110101 | 1 | 0 | 11001 | 110 | 111111 | 1000010 | 1010011 |
Color Harmonies of #EDF0B5
Complementary color
Monochromatic Colors of #EDF0B5
Black with #EDF0B5
Text Example
Text Example
White with #EDF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0B5; }
p { color: rgb(237,240,181); }
H1.HeaderClassName
{
color: #EDF0B5;
}
.AnyTagClassName
{
color: #EDF0B5;
}
</style>
background-color css
<style>
a { background-color: #EDF0B5; }
a { background-color: rgb(237,240,181); }
div.DivClassName
{
background-color: #EDF0B5;
}
.BgClassName
{
background-color: #EDF0B5;
}
</style>
border-color css
<style>
span { border-color: #EDF0B5; }
span { border-color: rgb(237,240,181); }
td.TdClassName
{
border-color: #EDF0B5;
}
.TagClassName
{
border-color: #EDF0B5;
}
</style>