#EFFAE8

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

Shades of Panache #EFFAE8

Tints of Panache #EFFAE8

Color information

#EFFAE8 (or 0xEFFAE8) is unknown color: approx Panache. HEX triplet: EF, FA and E8. RGB value is (239,250,232). Sum of RGB (Red+Green+Blue) = 239+250+232=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAE8 is #100517. Grayscale: #F4F4F4. Windows color (decimal): -1049880 or 15268591. OLE color: 15268591.

HSL color Cylindrical-coordinate representation of color #EFFAE8: hue angle of 96.67º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFFAE8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB239250232-
CMYK0.0400.070.02
HSL96.67º64.29%94.51%-
HSV(B)96.67º7.2%98.04%-
XYZ84.3592.5589.76-
YUV244.66120.86123.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 232 (91.02% from 255) = 32.18%
R=33.15%
G=34.67%
B=32.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502320.0400.070.0296.6764.2994.51
HexEFFAE8407261405f
Octal3573723504072141100137
Binary111011111111101011101000100011110110000110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAE8; }

 p { color: rgb(239,250,232); }

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

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

 a { background-color: rgb(239,250,232); }

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

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

 span { border-color: rgb(239,250,232); }

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