Shades of Panache #EFFCE2
Tints of Panache #EFFCE2
RGB
CMYK
RGB Variations
Color information
#EFFCE2 (or 0xEFFCE2) is known color: Panache. HEX triplet: EF, FC and E2. RGB value is (239,252,226). Sum of RGB (Red+Green+Blue) = 239+252+226=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE2 is #10031D. Grayscale: #F5F5F5. Windows color (decimal): -1049374 or 14875887. OLE color: 14875887.
HSL color Cylindrical-coordinate representation of color #EFFCE2: hue angle of 90º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFCE2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 252 | 226 | - |
CMYK | 0.05 | 0 | 0.10 | 0.01 |
HSL | 90º | 0.81% | 0.94% | - |
HSV(B) | 90º | 0.1% | 0.99% | - |
XYZ | 84.13 | 93.46 | 85.56 | - |
YUV | 245.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 252 | 226 | 0.05 | 0 | 0.10 | 0.01 | 90 | 0.81 | 0.94 |
Hex | EF | FC | E2 | 5 | 0 | A | 1 | 5A | 51 | 5E |
Octal | 357 | 374 | 342 | 5 | 0 | 12 | 1 | 132 | 121 | 136 |
Binary | 11101111 | 11111100 | 11100010 | 101 | 0 | 1010 | 1 | 1011010 | 1010001 | 1011110 |
Color Harmonies of #EFFCE2
Complementary color
Monochromatic Colors of #EFFCE2
Black with #EFFCE2
Text Example
Text Example
White with #EFFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCE2; }
p { color: rgb(239,252,226); }
H1.HeaderClassName
{
color: #EFFCE2;
}
.AnyTagClassName
{
color: #EFFCE2;
}
</style>
background-color css
<style>
a { background-color: #EFFCE2; }
a { background-color: rgb(239,252,226); }
div.DivClassName
{
background-color: #EFFCE2;
}
.BgClassName
{
background-color: #EFFCE2;
}
</style>
border-color css
<style>
span { border-color: #EFFCE2; }
span { border-color: rgb(239,252,226); }
td.TdClassName
{
border-color: #EFFCE2;
}
.TagClassName
{
border-color: #EFFCE2;
}
</style>