Shades of Panache #EEFEE5
Tints of Panache #EEFEE5
RGB
CMYK
RGB Variations
Color information
#EEFEE5 (or 0xEEFEE5) is known color: Panache. HEX triplet: EE, FE and E5. RGB value is (238,254,229). Sum of RGB (Red+Green+Blue) = 238+254+229=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEE5 is #11011A. Grayscale: #F6F6F6. Windows color (decimal): -1114395 or 15073006. OLE color: 15073006.
HSL color Cylindrical-coordinate representation of color #EEFEE5: hue angle of 98.4º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEFEE5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 229 | - |
CMYK | 0.06 | 0 | 0.10 | 0.00 |
HSL | 98.4º | 0.93% | 0.95% | - |
HSV(B) | 98.4º | 0.1% | 1% | - |
XYZ | 84.84 | 94.72 | 87.94 | - |
YUV | 246.37 | 118.2 | 122.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 229 | 0.06 | 0 | 0.10 | 0.00 | 98.4 | 0.93 | 0.95 |
Hex | EE | FE | E5 | 6 | 0 | A | 0 | 62 | 5D | 5F |
Octal | 356 | 376 | 345 | 6 | 0 | 12 | 0 | 142 | 135 | 137 |
Binary | 11101110 | 11111110 | 11100101 | 110 | 0 | 1010 | 0 | 1100010 | 1011101 | 1011111 |
Color Harmonies of #EEFEE5
Complementary color
Monochromatic Colors of #EEFEE5
Black with #EEFEE5
Text Example
Text Example
White with #EEFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEE5; }
p { color: rgb(238,254,229); }
H1.HeaderClassName
{
color: #EEFEE5;
}
.AnyTagClassName
{
color: #EEFEE5;
}
</style>
background-color css
<style>
a { background-color: #EEFEE5; }
a { background-color: rgb(238,254,229); }
div.DivClassName
{
background-color: #EEFEE5;
}
.BgClassName
{
background-color: #EEFEE5;
}
</style>
border-color css
<style>
span { border-color: #EEFEE5; }
span { border-color: rgb(238,254,229); }
td.TdClassName
{
border-color: #EEFEE5;
}
.TagClassName
{
border-color: #EEFEE5;
}
</style>