#EFC1AE

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

Shades of Zinnwaldite #EFC1AE

Tints of Zinnwaldite #EFC1AE

Color information

#EFC1AE (or 0xEFC1AE) is unknown color: approx Zinnwaldite. HEX triplet: EF, C1 and AE. RGB value is (239,193,174). Sum of RGB (Red+Green+Blue) = 239+193+174=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AE is #103E51. Grayscale: #CCCCCC. Windows color (decimal): -1064530 or 11452911. OLE color: 11452911.

HSL color Cylindrical-coordinate representation of color #EFC1AE: hue angle of 17.54º 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 #EFC1AE is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239193174-
CMYK00.190.270.06
HSL17.54º67.01%80.98%-
HSV(B)17.54º27.2%93.73%-
XYZ62.3159.5548.25-
YUV204.59110.74152.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=39.44%
G=31.85%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919317400.190.270.0617.5467.0180.98
HexEFC1AE0131B6124351
Octal35730125602333622103121
Binary111011111100000110101110010011110111101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1AE; }

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

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

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

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

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

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

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

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