Shades of Chiffon #EFF5C0
Tints of Chiffon #EFF5C0
RGB
CMYK
RGB Variations
Color information
#EFF5C0 (or 0xEFF5C0) is known color: Chiffon. HEX triplet: EF, F5 and C0. RGB value is (239,245,192). Sum of RGB (Red+Green+Blue) = 239+245+192=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5C0 is #100A3F. Grayscale: #EDEDED. Windows color (decimal): -1051200 or 12645871. OLE color: 12645871.
HSL color Cylindrical-coordinate representation of color #EFF5C0: hue angle of 66.79º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFF5C0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 192 | - |
CMYK | 0.02 | 0 | 0.22 | 0.04 |
HSL | 66.79º | 0.73% | 0.86% | - |
HSV(B) | 66.79º | 0.22% | 0.96% | - |
XYZ | 77.76 | 87.46 | 62.65 | - |
YUV | 237.16 | 102.51 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 192 | 0.02 | 0 | 0.22 | 0.04 | 66.79 | 0.73 | 0.86 |
Hex | EF | F5 | C0 | 2 | 0 | 16 | 4 | 43 | 49 | 56 |
Octal | 357 | 365 | 300 | 2 | 0 | 26 | 4 | 103 | 111 | 126 |
Binary | 11101111 | 11110101 | 11000000 | 10 | 0 | 10110 | 100 | 1000011 | 1001001 | 1010110 |
Color Harmonies of #EFF5C0
Complementary color
Monochromatic Colors of #EFF5C0
Black with #EFF5C0
Text Example
Text Example
White with #EFF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5C0; }
p { color: rgb(239,245,192); }
H1.HeaderClassName
{
color: #EFF5C0;
}
.AnyTagClassName
{
color: #EFF5C0;
}
</style>
background-color css
<style>
a { background-color: #EFF5C0; }
a { background-color: rgb(239,245,192); }
div.DivClassName
{
background-color: #EFF5C0;
}
.BgClassName
{
background-color: #EFF5C0;
}
</style>
border-color css
<style>
span { border-color: #EFF5C0; }
span { border-color: rgb(239,245,192); }
td.TdClassName
{
border-color: #EFF5C0;
}
.TagClassName
{
border-color: #EFF5C0;
}
</style>