#EFC4AE

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

Shades of Zinnwaldite #EFC4AE

Tints of Zinnwaldite #EFC4AE

Color information

#EFC4AE (or 0xEFC4AE) is unknown color: approx Zinnwaldite. HEX triplet: EF, C4 and AE. RGB value is (239,196,174). Sum of RGB (Red+Green+Blue) = 239+196+174=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC4AE is #103B51. Grayscale: #CECECE. Windows color (decimal): -1063762 or 11453679. OLE color: 11453679.

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

Color convert

RGB239196174-
CMYK00.180.270.06
HSL20.31º67.01%80.98%-
HSV(B)20.31º27.2%93.73%-
XYZ62.9860.8948.48-
YUV206.35109.75151.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 196 (76.95% from 255) = 32.18%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=39.24%
G=32.18%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919617400.180.270.0620.3167.0180.98
HexEFC4AE0121B6144351
Octal35730425602233624103121
Binary111011111100010010101110010010110111101010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4AE; }

 p { color: rgb(239,196,174); }

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

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

 a { background-color: rgb(239,196,174); }

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

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

 span { border-color: rgb(239,196,174); }

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