#EFC3AB

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

Shades of Zinnwaldite #EFC3AB

Tints of Zinnwaldite #EFC3AB

Color information

#EFC3AB (or 0xEFC3AB) is unknown color: approx Zinnwaldite. HEX triplet: EF, C3 and AB. RGB value is (239,195,171). Sum of RGB (Red+Green+Blue) = 239+195+171=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3AB is #103C54. Grayscale: #CDCDCD. Windows color (decimal): -1064021 or 11256815. OLE color: 11256815.

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

Color convert

RGB239195171-
CMYK00.180.280.06
HSL21.18º68%80.39%-
HSV(B)21.18º28.45%93.73%-
XYZ62.4660.3246.88-
YUV205.42108.58151.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=39.50%
G=32.23%
B=28.26%

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
Decimal23919517100.180.280.0621.186880.39
HexEFC3AB0121C6154450
Octal35730325302234625104120
Binary111011111100001110101011010010111001101010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3AB; }

 p { color: rgb(239,195,171); }

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

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

 a { background-color: rgb(239,195,171); }

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

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

 span { border-color: rgb(239,195,171); }

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