Shades of Chiffon #EBF1B4
Tints of Chiffon #EBF1B4
RGB
CMYK
RGB Variations
Color information
#EBF1B4 (or 0xEBF1B4) is known color: Chiffon. HEX triplet: EB, F1 and B4. RGB value is (235,241,180). Sum of RGB (Red+Green+Blue) = 235+241+180=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1B4 is #140E4B. Grayscale: #E8E8E8. Windows color (decimal): -1314380 or 11858411. OLE color: 11858411.
HSL color Cylindrical-coordinate representation of color #EBF1B4: hue angle of 65.9º 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 #EBF1B4 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 180 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.05 |
| HSL | 65.9º | 0.69% | 0.83% | - |
| HSV(B) | 65.9º | 0.25% | 0.95% | - |
| XYZ | 73.95 | 83.87 | 55.47 | - |
| YUV | 232.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 180 | 0.02 | 0 | 0.25 | 0.05 | 65.9 | 0.69 | 0.83 |
| Hex | EB | F1 | B4 | 2 | 0 | 19 | 5 | 42 | 45 | 53 |
| Octal | 353 | 361 | 264 | 2 | 0 | 31 | 5 | 102 | 105 | 123 |
| Binary | 11101011 | 11110001 | 10110100 | 10 | 0 | 11001 | 101 | 1000010 | 1000101 | 1010011 |
Color Harmonies of #EBF1B4
Complementary color
Monochromatic Colors of #EBF1B4
Black with #EBF1B4
Text Example
Text Example
White with #EBF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1B4; }
p { color: rgb(235,241,180); }
H1.HeaderClassName
{
color: #EBF1B4;
}
.AnyTagClassName
{
color: #EBF1B4;
}
</style>
background-color css
<style>
a { background-color: #EBF1B4; }
a { background-color: rgb(235,241,180); }
div.DivClassName
{
background-color: #EBF1B4;
}
.BgClassName
{
background-color: #EBF1B4;
}
</style>
border-color css
<style>
span { border-color: #EBF1B4; }
span { border-color: rgb(235,241,180); }
td.TdClassName
{
border-color: #EBF1B4;
}
.TagClassName
{
border-color: #EBF1B4;
}
</style>