Shades of Chiffon #EAF1BE
Tints of Chiffon #EAF1BE
RGB
CMYK
RGB Variations
Color information
#EAF1BE (or 0xEAF1BE) is known color: Chiffon. HEX triplet: EA, F1 and BE. RGB value is (234,241,190). Sum of RGB (Red+Green+Blue) = 234+241+190=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1BE is #150E41. Grayscale: #E9E9E9. Windows color (decimal): -1379906 or 12513770. OLE color: 12513770.
HSL color Cylindrical-coordinate representation of color #EAF1BE: hue angle of 68.24º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAF1BE is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 190 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.05 |
| HSL | 68.24º | 0.65% | 0.85% | - |
| HSV(B) | 68.24º | 0.21% | 0.95% | - |
| XYZ | 74.68 | 84.12 | 61.02 | - |
| YUV | 233.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 190 | 0.03 | 0 | 0.21 | 0.05 | 68.24 | 0.65 | 0.85 |
| Hex | EA | F1 | BE | 3 | 0 | 15 | 5 | 44 | 41 | 55 |
| Octal | 352 | 361 | 276 | 3 | 0 | 25 | 5 | 104 | 101 | 125 |
| Binary | 11101010 | 11110001 | 10111110 | 11 | 0 | 10101 | 101 | 1000100 | 1000001 | 1010101 |
Color Harmonies of #EAF1BE
Complementary color
Monochromatic Colors of #EAF1BE
Black with #EAF1BE
Text Example
Text Example
White with #EAF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1BE; }
p { color: rgb(234,241,190); }
H1.HeaderClassName
{
color: #EAF1BE;
}
.AnyTagClassName
{
color: #EAF1BE;
}
</style>
background-color css
<style>
a { background-color: #EAF1BE; }
a { background-color: rgb(234,241,190); }
div.DivClassName
{
background-color: #EAF1BE;
}
.BgClassName
{
background-color: #EAF1BE;
}
</style>
border-color css
<style>
span { border-color: #EAF1BE; }
span { border-color: rgb(234,241,190); }
td.TdClassName
{
border-color: #EAF1BE;
}
.TagClassName
{
border-color: #EAF1BE;
}
</style>