#EFFCE2

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

Shades of Panache #EFFCE2

Tints of Panache #EFFCE2

Color information

#EFFCE2 (or 0xEFFCE2) is unknown color: approx Panache. HEX triplet: EF, FC and E2. RGB value is (239,252,226). Sum of RGB (Red+Green+Blue) = 239+252+226=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCE2 is #10031D. Grayscale: #F5F5F5. Windows color (decimal): -1049374 or 14875887. OLE color: 14875887.

HSL color Cylindrical-coordinate representation of color #EFFCE2: hue angle of 90º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFCE2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB239252226-
CMYK0.0500.100.01
HSL90º81.25%93.73%-
HSV(B)90º10.32%98.82%-
XYZ84.1393.4685.56-
YUV245.15117.19123.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 35.15%
BLUE value IS 226 (88.67% from 255) = 31.52%
R=33.33%
G=35.15%
B=31.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522260.0500.100.019081.2593.73
HexEFFCE250A15a515e
Octal35737434250121132121136
Binary111011111111110011100010101010101101101010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCE2; }

 p { color: rgb(239,252,226); }

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

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

 a { background-color: rgb(239,252,226); }

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

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

 span { border-color: rgb(239,252,226); }

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