#EFF5EB

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

Shades of Panache #EFF5EB

Tints of Panache #EFF5EB

Color information

#EFF5EB (or 0xEFF5EB) is unknown color: approx Panache. HEX triplet: EF, F5 and EB. RGB value is (239,245,235). Sum of RGB (Red+Green+Blue) = 239+245+235=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5EB is #100A14. Grayscale: #F2F2F2. Windows color (decimal): -1051157 or 15463919. OLE color: 15463919.

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

Color convert

RGB239245235-
CMYK0.0200.040.04
HSL96º33.33%94.12%-
HSV(B)96º4.08%96.08%-
XYZ83.2489.6591.51-
YUV242.07124.01125.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.24%
GREEN value IS 245 (96.09% from 255) = 34.08%
BLUE value IS 235 (92.19% from 255) = 32.68%
R=33.24%
G=34.08%
B=32.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452350.0200.040.049633.3394.12
HexEFF5EB204460215e
Octal357365353204414041136
Binary11101111111101011110101110010010011000001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5EB; }

 p { color: rgb(239,245,235); }

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

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

 a { background-color: rgb(239,245,235); }

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

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

 span { border-color: rgb(239,245,235); }

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