#EFFAEB

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

Shades of Panache #EFFAEB

Tints of Panache #EFFAEB

Color information

#EFFAEB (or 0xEFFAEB) is unknown color: approx Panache. HEX triplet: EF, FA and EB. RGB value is (239,250,235). Sum of RGB (Red+Green+Blue) = 239+250+235=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAEB is #100514. Grayscale: #F5F5F5. Windows color (decimal): -1049877 or 15465199. OLE color: 15465199.

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

Color convert

RGB239250235-
CMYK0.0400.060.02
HSL104º60%95.1%-
HSV(B)104º6%98.04%-
XYZ84.7892.7292.03-
YUV245122.36123.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=33.01%
G=34.53%
B=32.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502350.0400.060.021046095.1
HexEFFAEB4062683c5f
Octal357372353406215074137
Binary11101111111110101110101110001101011010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAEB; }

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

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

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

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

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

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

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

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