#EFFFEA

Color #EFFFEA Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #EFFFEA

Tints of Panache #EFFFEA

Color information

#EFFFEA (or 0xEFFFEA) is unknown color: approx Panache. HEX triplet: EF, FF and EA. RGB value is (239,255,234). Sum of RGB (Red+Green+Blue) = 239+255+234=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFEA is #100015. Grayscale: #F7F7F7. Windows color (decimal): -1048598 or 15400943. OLE color: 15400943.

HSL color Cylindrical-coordinate representation of color #EFFFEA: hue angle of 105.71º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFFFEA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB239255234-
CMYK0.0600.080
HSL105.71º100%95.88%-
HSV(B)105.71º8.24%100%-
XYZ86.2195.8191.79-
YUV247.82120.2121.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 234 (91.80% from 255) = 32.14%
R=32.83%
G=35.03%
B=32.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552340.0600.080105.7110095.88
HexEFFFEA60806a6460
Octal35737735260100152144140
Binary111011111111111111101010110010000110101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFEA; }

 p { color: rgb(239,255,234); }

 H1.HeaderClassName
 {
   color: #EFFFEA;
 }
 .AnyTagClassName
 {
   color: #EFFFEA;
 }
</style>
background-color css

<style>
 a { background-color: #EFFFEA; }

 a { background-color: rgb(239,255,234); }

 div.DivClassName
 {
   background-color: #EFFFEA;
 }
 .BgClassName
 {
   background-color: #EFFFEA;
 }
</style>
border-color css

<style>
 span { border-color: #EFFFEA; }

 span { border-color: rgb(239,255,234); }

 td.TdClassName
 {
   border-color: #EFFFEA;
 }
 .TagClassName
 {
   border-color: #EFFFEA;
 }
</style>