Shades of Chiffon #E5F2B5
Tints of Chiffon #E5F2B5
RGB
CMYK
RGB Variations
Color information
#E5F2B5 (or 0xE5F2B5) is known color: Chiffon. HEX triplet: E5, F2 and B5. RGB value is (229,242,181). Sum of RGB (Red+Green+Blue) = 229+242+181=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2B5 is #1A0D4A. Grayscale: #E7E7E7. Windows color (decimal): -1707339 or 11924197. OLE color: 11924197.
HSL color Cylindrical-coordinate representation of color #E5F2B5: hue angle of 72.79º degrees, saturation: 0.7, 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 #E5F2B5 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 181 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.05 |
| HSL | 72.79º | 0.7% | 0.83% | - |
| HSV(B) | 72.79º | 0.25% | 0.95% | - |
| XYZ | 72.41 | 83.5 | 56.02 | - |
| YUV | 231.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 181 | 0.05 | 0 | 0.25 | 0.05 | 72.79 | 0.7 | 0.83 |
| Hex | E5 | F2 | B5 | 5 | 0 | 19 | 5 | 49 | 46 | 53 |
| Octal | 345 | 362 | 265 | 5 | 0 | 31 | 5 | 111 | 106 | 123 |
| Binary | 11100101 | 11110010 | 10110101 | 101 | 0 | 11001 | 101 | 1001001 | 1000110 | 1010011 |
Color Harmonies of #E5F2B5
Complementary color
Monochromatic Colors of #E5F2B5
Black with #E5F2B5
Text Example
Text Example
White with #E5F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2B5; }
p { color: rgb(229,242,181); }
H1.HeaderClassName
{
color: #E5F2B5;
}
.AnyTagClassName
{
color: #E5F2B5;
}
</style>
background-color css
<style>
a { background-color: #E5F2B5; }
a { background-color: rgb(229,242,181); }
div.DivClassName
{
background-color: #E5F2B5;
}
.BgClassName
{
background-color: #E5F2B5;
}
</style>
border-color css
<style>
span { border-color: #E5F2B5; }
span { border-color: rgb(229,242,181); }
td.TdClassName
{
border-color: #E5F2B5;
}
.TagClassName
{
border-color: #E5F2B5;
}
</style>