Shades of Chiffon #EAF2B5
Tints of Chiffon #EAF2B5
RGB
CMYK
RGB Variations
Color information
#EAF2B5 (or 0xEAF2B5) is known color: Chiffon. HEX triplet: EA, F2 and B5. RGB value is (234,242,181). Sum of RGB (Red+Green+Blue) = 234+242+181=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2B5 is #150D4A. Grayscale: #E8E8E8. Windows color (decimal): -1379659 or 11924202. OLE color: 11924202.
HSL color Cylindrical-coordinate representation of color #EAF2B5: hue angle of 67.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF2B5 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 242 | 181 | - |
CMYK | 0.03 | 0 | 0.25 | 0.05 |
HSL | 67.87º | 0.7% | 0.83% | - |
HSV(B) | 67.87º | 0.25% | 0.95% | - |
XYZ | 74.02 | 84.33 | 56.09 | - |
YUV | 232.65 | 98.85 | 128.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 181 | 0.03 | 0 | 0.25 | 0.05 | 67.87 | 0.7 | 0.83 |
Hex | EA | F2 | B5 | 3 | 0 | 19 | 5 | 44 | 46 | 53 |
Octal | 352 | 362 | 265 | 3 | 0 | 31 | 5 | 104 | 106 | 123 |
Binary | 11101010 | 11110010 | 10110101 | 11 | 0 | 11001 | 101 | 1000100 | 1000110 | 1010011 |
Color Harmonies of #EAF2B5
Complementary color
Monochromatic Colors of #EAF2B5
Black with #EAF2B5
Text Example
Text Example
White with #EAF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2B5; }
p { color: rgb(234,242,181); }
H1.HeaderClassName
{
color: #EAF2B5;
}
.AnyTagClassName
{
color: #EAF2B5;
}
</style>
background-color css
<style>
a { background-color: #EAF2B5; }
a { background-color: rgb(234,242,181); }
div.DivClassName
{
background-color: #EAF2B5;
}
.BgClassName
{
background-color: #EAF2B5;
}
</style>
border-color css
<style>
span { border-color: #EAF2B5; }
span { border-color: rgb(234,242,181); }
td.TdClassName
{
border-color: #EAF2B5;
}
.TagClassName
{
border-color: #EAF2B5;
}
</style>