#EFC5AD

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

Shades of Zinnwaldite #EFC5AD

Tints of Zinnwaldite #EFC5AD

Color information

#EFC5AD (or 0xEFC5AD) is unknown color: approx Zinnwaldite. HEX triplet: EF, C5 and AD. RGB value is (239,197,173). Sum of RGB (Red+Green+Blue) = 239+197+173=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AD is #103A52. Grayscale: #CECECE. Windows color (decimal): -1063507 or 11388399. OLE color: 11388399.

HSL color Cylindrical-coordinate representation of color #EFC5AD: hue angle of 21.82º degrees, saturation: 0.67, 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 #EFC5AD is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239197173-
CMYK00.180.280.06
HSL21.82º67.35%80.78%-
HSV(B)21.82º27.62%93.73%-
XYZ63.1161.348.04-
YUV206.82108.91150.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=39.24%
G=32.35%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919717300.180.280.0621.8267.3580.78
HexEFC5AD0121C6164351
Octal35730525502234626103121
Binary111011111100010110101101010010111001101011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5AD; }

 p { color: rgb(239,197,173); }

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

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

 a { background-color: rgb(239,197,173); }

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

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

 span { border-color: rgb(239,197,173); }

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