Shades of Chiffon #EFFDB5
Tints of Chiffon #EFFDB5
RGB
CMYK
RGB Variations
Color information
#EFFDB5 (or 0xEFFDB5) is known color: Chiffon. HEX triplet: EF, FD and B5. RGB value is (239,253,181). Sum of RGB (Red+Green+Blue) = 239+253+181=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDB5 is #10024A. Grayscale: #F0F0F0. Windows color (decimal): -1049163 or 11927023. OLE color: 11927023.
HSL color Cylindrical-coordinate representation of color #EFFDB5: hue angle of 71.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFFDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 181 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.01 |
| HSL | 71.67º | 0.95% | 0.85% | - |
| HSV(B) | 71.67º | 0.28% | 0.99% | - |
| XYZ | 79.06 | 91.94 | 57.29 | - |
| YUV | 240.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 181 | 0.06 | 0 | 0.28 | 0.01 | 71.67 | 0.95 | 0.85 |
| Hex | EF | FD | B5 | 6 | 0 | 1C | 1 | 48 | 5F | 55 |
| Octal | 357 | 375 | 265 | 6 | 0 | 34 | 1 | 110 | 137 | 125 |
| Binary | 11101111 | 11111101 | 10110101 | 110 | 0 | 11100 | 1 | 1001000 | 1011111 | 1010101 |
Color Harmonies of #EFFDB5
Complementary color
Monochromatic Colors of #EFFDB5
Black with #EFFDB5
Text Example
Text Example
White with #EFFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDB5; }
p { color: rgb(239,253,181); }
H1.HeaderClassName
{
color: #EFFDB5;
}
.AnyTagClassName
{
color: #EFFDB5;
}
</style>
background-color css
<style>
a { background-color: #EFFDB5; }
a { background-color: rgb(239,253,181); }
div.DivClassName
{
background-color: #EFFDB5;
}
.BgClassName
{
background-color: #EFFDB5;
}
</style>
border-color css
<style>
span { border-color: #EFFDB5; }
span { border-color: rgb(239,253,181); }
td.TdClassName
{
border-color: #EFFDB5;
}
.TagClassName
{
border-color: #EFFDB5;
}
</style>