#EFC1AD

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

Shades of Zinnwaldite #EFC1AD

Tints of Zinnwaldite #EFC1AD

Color information

#EFC1AD (or 0xEFC1AD) is unknown color: approx Zinnwaldite. HEX triplet: EF, C1 and AD. RGB value is (239,193,173). Sum of RGB (Red+Green+Blue) = 239+193+173=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AD is #103E52. Grayscale: #CCCCCC. Windows color (decimal): -1064531 or 11387375. OLE color: 11387375.

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

Color convert

RGB239193173-
CMYK00.190.280.06
HSL18.18º67.35%80.78%-
HSV(B)18.18º27.62%93.73%-
XYZ62.2159.5147.74-
YUV204.47110.24152.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=39.50%
G=31.90%
B=28.60%

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
Decimal23919317300.190.280.0618.1867.3580.78
HexEFC1AD0131C6124351
Octal35730125502334622103121
Binary111011111100000110101101010011111001101001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1AD; }

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

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

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

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

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

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

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

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