Shades of Chiffon #EAF1BD
Tints of Chiffon #EAF1BD
RGB
CMYK
RGB Variations
Color information
#EAF1BD (or 0xEAF1BD) is known color: Chiffon. HEX triplet: EA, F1 and BD. RGB value is (234,241,189). Sum of RGB (Red+Green+Blue) = 234+241+189=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1BD is #150E42. Grayscale: #E9E9E9. Windows color (decimal): -1379907 or 12448234. OLE color: 12448234.
HSL color Cylindrical-coordinate representation of color #EAF1BD: hue angle of 68.08º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF1BD is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 189 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.05 |
| HSL | 68.08º | 0.65% | 0.84% | - |
| HSV(B) | 68.08º | 0.22% | 0.95% | - |
| XYZ | 74.57 | 84.08 | 60.44 | - |
| YUV | 232.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 189 | 0.03 | 0 | 0.22 | 0.05 | 68.08 | 0.65 | 0.84 |
| Hex | EA | F1 | BD | 3 | 0 | 16 | 5 | 44 | 41 | 54 |
| Octal | 352 | 361 | 275 | 3 | 0 | 26 | 5 | 104 | 101 | 124 |
| Binary | 11101010 | 11110001 | 10111101 | 11 | 0 | 10110 | 101 | 1000100 | 1000001 | 1010100 |
Color Harmonies of #EAF1BD
Complementary color
Monochromatic Colors of #EAF1BD
Black with #EAF1BD
Text Example
Text Example
White with #EAF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1BD; }
p { color: rgb(234,241,189); }
H1.HeaderClassName
{
color: #EAF1BD;
}
.AnyTagClassName
{
color: #EAF1BD;
}
</style>
background-color css
<style>
a { background-color: #EAF1BD; }
a { background-color: rgb(234,241,189); }
div.DivClassName
{
background-color: #EAF1BD;
}
.BgClassName
{
background-color: #EAF1BD;
}
</style>
border-color css
<style>
span { border-color: #EAF1BD; }
span { border-color: rgb(234,241,189); }
td.TdClassName
{
border-color: #EAF1BD;
}
.TagClassName
{
border-color: #EAF1BD;
}
</style>