#EFFBEA

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

Shades of Panache #EFFBEA

Tints of Panache #EFFBEA

Color information

#EFFBEA (or 0xEFFBEA) is unknown color: approx Panache. HEX triplet: EF, FB and EA. RGB value is (239,251,234). Sum of RGB (Red+Green+Blue) = 239+251+234=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 251 (98.44% from 255 or 34.67% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBEA is #100415. Grayscale: #F5F5F5. Windows color (decimal): -1049622 or 15399919. OLE color: 15399919.

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

Color convert

RGB239251234-
CMYK0.0500.070.02
HSL102.35º68%95.1%-
HSV(B)102.35º6.77%98.43%-
XYZ84.9593.2991.37-
YUV245.47121.52123.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 251 (98.44% from 255) = 34.67%
BLUE value IS 234 (91.80% from 255) = 32.32%
R=33.01%
G=34.67%
B=32.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512340.0500.070.02102.356895.1
HexEFFBEA507266445f
Octal3573733525072146104137
Binary111011111111101111101010101011110110011010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBEA; }

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

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

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

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

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

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

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

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