Shades of Chiffon #EFF8C0
Tints of Chiffon #EFF8C0
RGB
CMYK
RGB Variations
Color information
#EFF8C0 (or 0xEFF8C0) is known color: Chiffon. HEX triplet: EF, F8 and C0. RGB value is (239,248,192). Sum of RGB (Red+Green+Blue) = 239+248+192=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8C0 is #10073F. Grayscale: #EFEFEF. Windows color (decimal): -1050432 or 12646639. OLE color: 12646639.
HSL color Cylindrical-coordinate representation of color #EFF8C0: hue angle of 69.64º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFF8C0 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 192 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.03 |
| HSL | 69.64º | 0.8% | 0.86% | - |
| HSV(B) | 69.64º | 0.23% | 0.97% | - |
| XYZ | 78.68 | 89.29 | 62.96 | - |
| YUV | 238.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 192 | 0.04 | 0 | 0.23 | 0.03 | 69.64 | 0.8 | 0.86 |
| Hex | EF | F8 | C0 | 4 | 0 | 17 | 3 | 46 | 50 | 56 |
| Octal | 357 | 370 | 300 | 4 | 0 | 27 | 3 | 106 | 120 | 126 |
| Binary | 11101111 | 11111000 | 11000000 | 100 | 0 | 10111 | 11 | 1000110 | 1010000 | 1010110 |
Color Harmonies of #EFF8C0
Complementary color
Monochromatic Colors of #EFF8C0
Black with #EFF8C0
Text Example
Text Example
White with #EFF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8C0; }
p { color: rgb(239,248,192); }
H1.HeaderClassName
{
color: #EFF8C0;
}
.AnyTagClassName
{
color: #EFF8C0;
}
</style>
background-color css
<style>
a { background-color: #EFF8C0; }
a { background-color: rgb(239,248,192); }
div.DivClassName
{
background-color: #EFF8C0;
}
.BgClassName
{
background-color: #EFF8C0;
}
</style>
border-color css
<style>
span { border-color: #EFF8C0; }
span { border-color: rgb(239,248,192); }
td.TdClassName
{
border-color: #EFF8C0;
}
.TagClassName
{
border-color: #EFF8C0;
}
</style>