Shades of Panache #EAF1E4
Tints of Panache #EAF1E4
RGB
CMYK
RGB Variations
Color information
#EAF1E4 (or 0xEAF1E4) is known color: Panache. HEX triplet: EA, F1 and E4. RGB value is (234,241,228). Sum of RGB (Red+Green+Blue) = 234+241+228=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1E4 is #150E1B. Grayscale: #EDEDED. Windows color (decimal): -1379868 or 15004138. OLE color: 15004138.
HSL color Cylindrical-coordinate representation of color #EAF1E4: hue angle of 92.31º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF1E4 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 241 | 228 | - |
CMYK | 0.03 | 0 | 0.05 | 0.05 |
HSL | 92.31º | 0.32% | 0.92% | - |
HSV(B) | 92.31º | 0.05% | 0.95% | - |
XYZ | 79.39 | 86 | 85.81 | - |
YUV | 237.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 228 | 0.03 | 0 | 0.05 | 0.05 | 92.31 | 0.32 | 0.92 |
Hex | EA | F1 | E4 | 3 | 0 | 5 | 5 | 5C | 20 | 5C |
Octal | 352 | 361 | 344 | 3 | 0 | 5 | 5 | 134 | 40 | 134 |
Binary | 11101010 | 11110001 | 11100100 | 11 | 0 | 101 | 101 | 1011100 | 100000 | 1011100 |
Color Harmonies of #EAF1E4
Complementary color
Monochromatic Colors of #EAF1E4
Black with #EAF1E4
Text Example
Text Example
White with #EAF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1E4; }
p { color: rgb(234,241,228); }
H1.HeaderClassName
{
color: #EAF1E4;
}
.AnyTagClassName
{
color: #EAF1E4;
}
</style>
background-color css
<style>
a { background-color: #EAF1E4; }
a { background-color: rgb(234,241,228); }
div.DivClassName
{
background-color: #EAF1E4;
}
.BgClassName
{
background-color: #EAF1E4;
}
</style>
border-color css
<style>
span { border-color: #EAF1E4; }
span { border-color: rgb(234,241,228); }
td.TdClassName
{
border-color: #EAF1E4;
}
.TagClassName
{
border-color: #EAF1E4;
}
</style>