Shades of Chiffon #EAF1B5
Tints of Chiffon #EAF1B5
RGB
CMYK
RGB Variations
Color information
#EAF1B5 (or 0xEAF1B5) is known color: Chiffon. HEX triplet: EA, F1 and B5. RGB value is (234,241,181). Sum of RGB (Red+Green+Blue) = 234+241+181=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B5 is #150E4A. Grayscale: #E8E8E8. Windows color (decimal): -1379915 or 11923946. OLE color: 11923946.
HSL color Cylindrical-coordinate representation of color #EAF1B5: hue angle of 67º degrees, saturation: 0.68, 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 #EAF1B5 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 181 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.05 |
| HSL | 67º | 0.68% | 0.83% | - |
| HSV(B) | 67º | 0.25% | 0.95% | - |
| XYZ | 73.73 | 83.74 | 55.99 | - |
| YUV | 232.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 181 | 0.03 | 0 | 0.25 | 0.05 | 67 | 0.68 | 0.83 |
| Hex | EA | F1 | B5 | 3 | 0 | 19 | 5 | 43 | 44 | 53 |
| Octal | 352 | 361 | 265 | 3 | 0 | 31 | 5 | 103 | 104 | 123 |
| Binary | 11101010 | 11110001 | 10110101 | 11 | 0 | 11001 | 101 | 1000011 | 1000100 | 1010011 |
Color Harmonies of #EAF1B5
Complementary color
Monochromatic Colors of #EAF1B5
Black with #EAF1B5
Text Example
Text Example
White with #EAF1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1B5; }
p { color: rgb(234,241,181); }
H1.HeaderClassName
{
color: #EAF1B5;
}
.AnyTagClassName
{
color: #EAF1B5;
}
</style>
background-color css
<style>
a { background-color: #EAF1B5; }
a { background-color: rgb(234,241,181); }
div.DivClassName
{
background-color: #EAF1B5;
}
.BgClassName
{
background-color: #EAF1B5;
}
</style>
border-color css
<style>
span { border-color: #EAF1B5; }
span { border-color: rgb(234,241,181); }
td.TdClassName
{
border-color: #EAF1B5;
}
.TagClassName
{
border-color: #EAF1B5;
}
</style>