Shades of Chiffon #EFFCBD
Tints of Chiffon #EFFCBD
RGB
CMYK
RGB Variations
Color information
#EFFCBD (or 0xEFFCBD) is known color: Chiffon. HEX triplet: EF, FC and BD. RGB value is (239,252,189). Sum of RGB (Red+Green+Blue) = 239+252+189=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCBD is #100342. Grayscale: #F1F1F1. Windows color (decimal): -1049411 or 12451055. OLE color: 12451055.
HSL color Cylindrical-coordinate representation of color #EFFCBD: hue angle of 72.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFFCBD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 189 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.01 |
| HSL | 72.38º | 0.91% | 0.86% | - |
| HSV(B) | 72.38º | 0.25% | 0.99% | - |
| XYZ | 79.59 | 91.65 | 61.64 | - |
| YUV | 240.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 189 | 0.05 | 0 | 0.25 | 0.01 | 72.38 | 0.91 | 0.86 |
| Hex | EF | FC | BD | 5 | 0 | 19 | 1 | 48 | 5B | 56 |
| Octal | 357 | 374 | 275 | 5 | 0 | 31 | 1 | 110 | 133 | 126 |
| Binary | 11101111 | 11111100 | 10111101 | 101 | 0 | 11001 | 1 | 1001000 | 1011011 | 1010110 |
Color Harmonies of #EFFCBD
Complementary color
Monochromatic Colors of #EFFCBD
Black with #EFFCBD
Text Example
Text Example
White with #EFFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCBD; }
p { color: rgb(239,252,189); }
H1.HeaderClassName
{
color: #EFFCBD;
}
.AnyTagClassName
{
color: #EFFCBD;
}
</style>
background-color css
<style>
a { background-color: #EFFCBD; }
a { background-color: rgb(239,252,189); }
div.DivClassName
{
background-color: #EFFCBD;
}
.BgClassName
{
background-color: #EFFCBD;
}
</style>
border-color css
<style>
span { border-color: #EFFCBD; }
span { border-color: rgb(239,252,189); }
td.TdClassName
{
border-color: #EFFCBD;
}
.TagClassName
{
border-color: #EFFCBD;
}
</style>