Shades of Chiffon #EAEEBF
Tints of Chiffon #EAEEBF
RGB
CMYK
RGB Variations
Color information
#EAEEBF (or 0xEAEEBF) is known color: Chiffon. HEX triplet: EA, EE and BF. RGB value is (234,238,191). Sum of RGB (Red+Green+Blue) = 234+238+191=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEBF is #151140. Grayscale: #E7E7E7. Windows color (decimal): -1380673 or 12578538. OLE color: 12578538.
HSL color Cylindrical-coordinate representation of color #EAEEBF: hue angle of 65.11º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEEBF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 191 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.07 |
| HSL | 65.11º | 0.58% | 0.84% | - |
| HSV(B) | 65.11º | 0.2% | 0.93% | - |
| XYZ | 73.91 | 82.4 | 61.3 | - |
| YUV | 231.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 191 | 0.02 | 0 | 0.20 | 0.07 | 65.11 | 0.58 | 0.84 |
| Hex | EA | EE | BF | 2 | 0 | 14 | 7 | 41 | 3A | 54 |
| Octal | 352 | 356 | 277 | 2 | 0 | 24 | 7 | 101 | 72 | 124 |
| Binary | 11101010 | 11101110 | 10111111 | 10 | 0 | 10100 | 111 | 1000001 | 111010 | 1010100 |
Color Harmonies of #EAEEBF
Complementary color
Monochromatic Colors of #EAEEBF
Black with #EAEEBF
Text Example
Text Example
White with #EAEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEBF; }
p { color: rgb(234,238,191); }
H1.HeaderClassName
{
color: #EAEEBF;
}
.AnyTagClassName
{
color: #EAEEBF;
}
</style>
background-color css
<style>
a { background-color: #EAEEBF; }
a { background-color: rgb(234,238,191); }
div.DivClassName
{
background-color: #EAEEBF;
}
.BgClassName
{
background-color: #EAEEBF;
}
</style>
border-color css
<style>
span { border-color: #EAEEBF; }
span { border-color: rgb(234,238,191); }
td.TdClassName
{
border-color: #EAEEBF;
}
.TagClassName
{
border-color: #EAEEBF;
}
</style>