Shades of Chiffon #EAF1B4
Tints of Chiffon #EAF1B4
RGB
CMYK
RGB Variations
Color information
#EAF1B4 (or 0xEAF1B4) is known color: Chiffon. HEX triplet: EA, F1 and B4. RGB value is (234,241,180). Sum of RGB (Red+Green+Blue) = 234+241+180=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B4 is #150E4B. Grayscale: #E8E8E8. Windows color (decimal): -1379916 or 11858410. OLE color: 11858410.
HSL color Cylindrical-coordinate representation of color #EAF1B4: hue angle of 66.89º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF1B4 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 180 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.05 |
| HSL | 66.89º | 0.69% | 0.83% | - |
| HSV(B) | 66.89º | 0.25% | 0.95% | - |
| XYZ | 73.63 | 83.7 | 55.45 | - |
| YUV | 231.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 180 | 0.03 | 0 | 0.25 | 0.05 | 66.89 | 0.69 | 0.83 |
| Hex | EA | F1 | B4 | 3 | 0 | 19 | 5 | 43 | 45 | 53 |
| Octal | 352 | 361 | 264 | 3 | 0 | 31 | 5 | 103 | 105 | 123 |
| Binary | 11101010 | 11110001 | 10110100 | 11 | 0 | 11001 | 101 | 1000011 | 1000101 | 1010011 |
Color Harmonies of #EAF1B4
Complementary color
Monochromatic Colors of #EAF1B4
Black with #EAF1B4
Text Example
Text Example
White with #EAF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1B4; }
p { color: rgb(234,241,180); }
H1.HeaderClassName
{
color: #EAF1B4;
}
.AnyTagClassName
{
color: #EAF1B4;
}
</style>
background-color css
<style>
a { background-color: #EAF1B4; }
a { background-color: rgb(234,241,180); }
div.DivClassName
{
background-color: #EAF1B4;
}
.BgClassName
{
background-color: #EAF1B4;
}
</style>
border-color css
<style>
span { border-color: #EAF1B4; }
span { border-color: rgb(234,241,180); }
td.TdClassName
{
border-color: #EAF1B4;
}
.TagClassName
{
border-color: #EAF1B4;
}
</style>