Shades of Chiffon #EAF2BD
Tints of Chiffon #EAF2BD
RGB
CMYK
RGB Variations
Color information
#EAF2BD (or 0xEAF2BD) is known color: Chiffon. HEX triplet: EA, F2 and BD. RGB value is (234,242,189). Sum of RGB (Red+Green+Blue) = 234+242+189=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2BD is #150D42. Grayscale: #E9E9E9. Windows color (decimal): -1379651 or 12448490. OLE color: 12448490.
HSL color Cylindrical-coordinate representation of color #EAF2BD: hue angle of 69.06º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF2BD is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 189 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.05 |
| HSL | 69.06º | 0.67% | 0.85% | - |
| HSV(B) | 69.06º | 0.22% | 0.95% | - |
| XYZ | 74.87 | 84.67 | 60.54 | - |
| YUV | 233.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 189 | 0.03 | 0 | 0.22 | 0.05 | 69.06 | 0.67 | 0.85 |
| Hex | EA | F2 | BD | 3 | 0 | 16 | 5 | 45 | 43 | 55 |
| Octal | 352 | 362 | 275 | 3 | 0 | 26 | 5 | 105 | 103 | 125 |
| Binary | 11101010 | 11110010 | 10111101 | 11 | 0 | 10110 | 101 | 1000101 | 1000011 | 1010101 |
Color Harmonies of #EAF2BD
Complementary color
Monochromatic Colors of #EAF2BD
Black with #EAF2BD
Text Example
Text Example
White with #EAF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2BD; }
p { color: rgb(234,242,189); }
H1.HeaderClassName
{
color: #EAF2BD;
}
.AnyTagClassName
{
color: #EAF2BD;
}
</style>
background-color css
<style>
a { background-color: #EAF2BD; }
a { background-color: rgb(234,242,189); }
div.DivClassName
{
background-color: #EAF2BD;
}
.BgClassName
{
background-color: #EAF2BD;
}
</style>
border-color css
<style>
span { border-color: #EAF2BD; }
span { border-color: rgb(234,242,189); }
td.TdClassName
{
border-color: #EAF2BD;
}
.TagClassName
{
border-color: #EAF2BD;
}
</style>