Shades of Chiffon #EAEFBA
Tints of Chiffon #EAEFBA
RGB
CMYK
RGB Variations
Color information
#EAEFBA (or 0xEAEFBA) is known color: Chiffon. HEX triplet: EA, EF and BA. RGB value is (234,239,186). Sum of RGB (Red+Green+Blue) = 234+239+186=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFBA is #151045. Grayscale: #E7E7E7. Windows color (decimal): -1380422 or 12251114. OLE color: 12251114.
HSL color Cylindrical-coordinate representation of color #EAEFBA: hue angle of 65.66º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAEFBA is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 186 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.06 |
| HSL | 65.66º | 0.62% | 0.83% | - |
| HSV(B) | 65.66º | 0.22% | 0.94% | - |
| XYZ | 73.66 | 82.77 | 58.55 | - |
| YUV | 231.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 186 | 0.02 | 0 | 0.22 | 0.06 | 65.66 | 0.62 | 0.83 |
| Hex | EA | EF | BA | 2 | 0 | 16 | 6 | 42 | 3E | 53 |
| Octal | 352 | 357 | 272 | 2 | 0 | 26 | 6 | 102 | 76 | 123 |
| Binary | 11101010 | 11101111 | 10111010 | 10 | 0 | 10110 | 110 | 1000010 | 111110 | 1010011 |
Color Harmonies of #EAEFBA
Complementary color
Monochromatic Colors of #EAEFBA
Black with #EAEFBA
Text Example
Text Example
White with #EAEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEFBA; }
p { color: rgb(234,239,186); }
H1.HeaderClassName
{
color: #EAEFBA;
}
.AnyTagClassName
{
color: #EAEFBA;
}
</style>
background-color css
<style>
a { background-color: #EAEFBA; }
a { background-color: rgb(234,239,186); }
div.DivClassName
{
background-color: #EAEFBA;
}
.BgClassName
{
background-color: #EAEFBA;
}
</style>
border-color css
<style>
span { border-color: #EAEFBA; }
span { border-color: rgb(234,239,186); }
td.TdClassName
{
border-color: #EAEFBA;
}
.TagClassName
{
border-color: #EAEFBA;
}
</style>