#EFFAE7

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

Shades of Panache #EFFAE7

Tints of Panache #EFFAE7

Color information

#EFFAE7 (or 0xEFFAE7) is unknown color: approx Panache. HEX triplet: EF, FA and E7. RGB value is (239,250,231). Sum of RGB (Red+Green+Blue) = 239+250+231=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 231 (90.62% from 255 or 32.08% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAE7 is #100518. Grayscale: #F4F4F4. Windows color (decimal): -1049881 or 15203055. OLE color: 15203055.

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

Color convert

RGB239250231-
CMYK0.0400.080.02
HSL94.74º65.52%94.31%-
HSV(B)94.74º7.6%98.04%-
XYZ84.2192.4989.02-
YUV244.54120.36124.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 231 (90.62% from 255) = 32.08%
R=33.19%
G=34.72%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502310.0400.080.0294.7465.5294.31
HexEFFAE740825f425e
Octal35737234740102137102136
Binary1110111111111010111001111000100010101111110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAE7; }

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

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

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

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

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

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

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

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