#EFC0AD

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

Shades of Zinnwaldite #EFC0AD

Tints of Zinnwaldite #EFC0AD

Color information

#EFC0AD (or 0xEFC0AD) is unknown color: approx Zinnwaldite. HEX triplet: EF, C0 and AD. RGB value is (239,192,173). Sum of RGB (Red+Green+Blue) = 239+192+173=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AD is #103F52. Grayscale: #CCCCCC. Windows color (decimal): -1064787 or 11387119. OLE color: 11387119.

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

Color convert

RGB239192173-
CMYK00.200.280.06
HSL17.27º67.35%80.78%-
HSV(B)17.27º27.62%93.73%-
XYZ61.9959.0747.67-
YUV203.89110.57153.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 173 (67.97% from 255) = 28.64%
R=39.57%
G=31.79%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919217300.200.280.0617.2767.3580.78
HexEFC0AD0141C6114351
Octal35730025502434621103121
Binary111011111100000010101101010100111001101000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0AD; }

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

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

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

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

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

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

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

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