#EFFBE6

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

Shades of Panache #EFFBE6

Tints of Panache #EFFBE6

Color information

#EFFBE6 (or 0xEFFBE6) is unknown color: approx Panache. HEX triplet: EF, FB and E6. RGB value is (239,251,230). Sum of RGB (Red+Green+Blue) = 239+251+230=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 251 (98.44% from 255 or 34.86% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBE6 is #100419. Grayscale: #F5F5F5. Windows color (decimal): -1049626 or 15137775. OLE color: 15137775.

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

Color convert

RGB239251230-
CMYK0.0500.080.02
HSL94.29º72.41%94.31%-
HSV(B)94.29º8.37%98.43%-
XYZ84.3893.0688.38-
YUV245.02119.52123.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 251 (98.44% from 255) = 34.86%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=33.19%
G=34.86%
B=31.94%

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
Decimal2392512300.0500.080.0294.2972.4194.31
HexEFFBE650825e485e
Octal35737334650102136110136
Binary1110111111111011111001101010100010101111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBE6; }

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

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

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

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

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

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

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

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