#EFFEEA

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

Shades of Panache #EFFEEA

Tints of Panache #EFFEEA

Color information

#EFFEEA (or 0xEFFEEA) is unknown color: approx Panache. HEX triplet: EF, FE and EA. RGB value is (239,254,234). Sum of RGB (Red+Green+Blue) = 239+254+234=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEEA is #100115. Grayscale: #F7F7F7. Windows color (decimal): -1048854 or 15400687. OLE color: 15400687.

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

Color convert

RGB239254234-
CMYK0.0600.080.00
HSL105º90.91%95.69%-
HSV(B)105º7.87%99.61%-
XYZ85.8995.1791.69-
YUV247.23120.53122.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=32.87%
G=34.94%
B=32.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542340.0600.080.0010590.9195.69
HexEFFEEA6080695b60
Octal35737635260100151133140
Binary111011111111111011101010110010000110100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEEA; }

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

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

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

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

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

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

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

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