Shades of Chiffon #EAEFC2
Tints of Chiffon #EAEFC2
RGB
CMYK
RGB Variations
Color information
#EAEFC2 (or 0xEAEFC2) is known color: Chiffon. HEX triplet: EA, EF and C2. RGB value is (234,239,194). Sum of RGB (Red+Green+Blue) = 234+239+194=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFC2 is #15103D. Grayscale: #E8E8E8. Windows color (decimal): -1380414 or 12775402. OLE color: 12775402.
HSL color Cylindrical-coordinate representation of color #EAEFC2: hue angle of 66.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAEFC2 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 194 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.06 |
| HSL | 66.67º | 0.58% | 0.85% | - |
| HSV(B) | 66.67º | 0.19% | 0.94% | - |
| XYZ | 74.54 | 83.12 | 63.15 | - |
| YUV | 232.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 194 | 0.02 | 0 | 0.19 | 0.06 | 66.67 | 0.58 | 0.85 |
| Hex | EA | EF | C2 | 2 | 0 | 13 | 6 | 43 | 3A | 55 |
| Octal | 352 | 357 | 302 | 2 | 0 | 23 | 6 | 103 | 72 | 125 |
| Binary | 11101010 | 11101111 | 11000010 | 10 | 0 | 10011 | 110 | 1000011 | 111010 | 1010101 |
Color Harmonies of #EAEFC2
Complementary color
Monochromatic Colors of #EAEFC2
Black with #EAEFC2
Text Example
Text Example
White with #EAEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFC2; }
p { color: rgb(234,239,194); }
H1.HeaderClassName
{
color: #EAEFC2;
}
.AnyTagClassName
{
color: #EAEFC2;
}
</style>
background-color css
<style>
a { background-color: #EAEFC2; }
a { background-color: rgb(234,239,194); }
div.DivClassName
{
background-color: #EAEFC2;
}
.BgClassName
{
background-color: #EAEFC2;
}
</style>
border-color css
<style>
span { border-color: #EAEFC2; }
span { border-color: rgb(234,239,194); }
td.TdClassName
{
border-color: #EAEFC2;
}
.TagClassName
{
border-color: #EAEFC2;
}
</style>