Shades of Chiffon #EBF2B3
Tints of Chiffon #EBF2B3
RGB
CMYK
RGB Variations
Color information
#EBF2B3 (or 0xEBF2B3) is known color: Chiffon. HEX triplet: EB, F2 and B3. RGB value is (235,242,179). Sum of RGB (Red+Green+Blue) = 235+242+179=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2B3 is #140D4C. Grayscale: #E8E8E8. Windows color (decimal): -1314125 or 11793131. OLE color: 11793131.
HSL color Cylindrical-coordinate representation of color #EBF2B3: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBF2B3 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 179 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.05 |
| HSL | 66.67º | 0.71% | 0.83% | - |
| HSV(B) | 66.67º | 0.26% | 0.95% | - |
| XYZ | 74.15 | 84.42 | 55.03 | - |
| YUV | 232.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 179 | 0.03 | 0 | 0.26 | 0.05 | 66.67 | 0.71 | 0.83 |
| Hex | EB | F2 | B3 | 3 | 0 | 1A | 5 | 43 | 47 | 53 |
| Octal | 353 | 362 | 263 | 3 | 0 | 32 | 5 | 103 | 107 | 123 |
| Binary | 11101011 | 11110010 | 10110011 | 11 | 0 | 11010 | 101 | 1000011 | 1000111 | 1010011 |
Color Harmonies of #EBF2B3
Complementary color
Monochromatic Colors of #EBF2B3
Black with #EBF2B3
Text Example
Text Example
White with #EBF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2B3; }
p { color: rgb(235,242,179); }
H1.HeaderClassName
{
color: #EBF2B3;
}
.AnyTagClassName
{
color: #EBF2B3;
}
</style>
background-color css
<style>
a { background-color: #EBF2B3; }
a { background-color: rgb(235,242,179); }
div.DivClassName
{
background-color: #EBF2B3;
}
.BgClassName
{
background-color: #EBF2B3;
}
</style>
border-color css
<style>
span { border-color: #EBF2B3; }
span { border-color: rgb(235,242,179); }
td.TdClassName
{
border-color: #EBF2B3;
}
.TagClassName
{
border-color: #EBF2B3;
}
</style>