#EFFBE8

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

Shades of Panache #EFFBE8

Tints of Panache #EFFBE8

Color information

#EFFBE8 (or 0xEFFBE8) is unknown color: approx Panache. HEX triplet: EF, FB and E8. RGB value is (239,251,232). Sum of RGB (Red+Green+Blue) = 239+251+232=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBE8 is #100417. Grayscale: #F5F5F5. Windows color (decimal): -1049624 or 15268847. OLE color: 15268847.

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

Color convert

RGB239251232-
CMYK0.0500.080.02
HSL97.89º70.37%94.71%-
HSV(B)97.89º7.57%98.43%-
XYZ84.6693.1789.87-
YUV245.25120.52123.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 232 (91.02% from 255) = 32.13%
R=33.10%
G=34.76%
B=32.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512320.0500.080.0297.8970.3794.71
HexEFFBE8508262465f
Octal35737335050102142106137
Binary1110111111111011111010001010100010110001010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBE8; }

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

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

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

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

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

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

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

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