#EFF4EB

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

Shades of Panache #EFF4EB

Tints of Panache #EFF4EB

Color information

#EFF4EB (or 0xEFF4EB) is unknown color: approx Panache. HEX triplet: EF, F4 and EB. RGB value is (239,244,235). Sum of RGB (Red+Green+Blue) = 239+244+235=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 244 (95.70% from 255 or 33.98% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4EB is #100B14. Grayscale: #F1F1F1. Windows color (decimal): -1051413 or 15463663. OLE color: 15463663.

HSL color Cylindrical-coordinate representation of color #EFF4EB: hue angle of 93.33º degrees, saturation: 0.29, 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 #EFF4EB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB239244235-
CMYK0.0200.040.04
HSL93.33º29.03%93.92%-
HSV(B)93.33º3.69%95.69%-
XYZ82.9489.0591.41-
YUV241.48124.34126.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 244 (95.70% from 255) = 33.98%
BLUE value IS 235 (92.19% from 255) = 32.73%
R=33.29%
G=33.98%
B=32.73%

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
Decimal2392442350.0200.040.0493.3329.0393.92
HexEFF4EB20445d1d5e
Octal357364353204413535136
Binary1110111111110100111010111001001001011101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4EB; }

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

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

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

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

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

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

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

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