#EFF6EA

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

Shades of Panache #EFF6EA

Tints of Panache #EFF6EA

Color information

#EFF6EA (or 0xEFF6EA) is unknown color: approx Panache. HEX triplet: EF, F6 and EA. RGB value is (239,246,234). Sum of RGB (Red+Green+Blue) = 239+246+234=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6EA is #100915. Grayscale: #F2F2F2. Windows color (decimal): -1050902 or 15398639. OLE color: 15398639.

HSL color Cylindrical-coordinate representation of color #EFF6EA: hue angle of 95º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF6EA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB239246234-
CMYK0.0300.050.04
HSL95º40%94.12%-
HSV(B)95º4.88%96.47%-
XYZ83.490.290.86-
YUV242.54123.18125.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 234 (91.80% from 255) = 32.55%
R=33.24%
G=34.21%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392462340.0300.050.04954094.12
HexEFF6EA30545f285e
Octal357366352305413750136
Binary11101111111101101110101011010110010111111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6EA; }

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

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

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

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

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

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

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

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