#EFC2AC

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

Shades of Zinnwaldite #EFC2AC

Tints of Zinnwaldite #EFC2AC

Color information

#EFC2AC (or 0xEFC2AC) is unknown color: approx Zinnwaldite. HEX triplet: EF, C2 and AC. RGB value is (239,194,172). Sum of RGB (Red+Green+Blue) = 239+194+172=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AC is #103D53. Grayscale: #CDCDCD. Windows color (decimal): -1064276 or 11322095. OLE color: 11322095.

HSL color Cylindrical-coordinate representation of color #EFC2AC: hue angle of 19.7º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC2AC is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239194172-
CMYK00.190.280.06
HSL19.7º67.68%80.59%-
HSV(B)19.7º28.03%93.73%-
XYZ62.3359.9147.31-
YUV204.95109.41152.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=39.50%
G=32.07%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919417200.190.280.0619.767.6880.59
HexEFC2AC0131C6144451
Octal35730225402334624104121
Binary111011111100001010101100010011111001101010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2AC; }

 p { color: rgb(239,194,172); }

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

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

 a { background-color: rgb(239,194,172); }

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

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

 span { border-color: rgb(239,194,172); }

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