#EFC3B3

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

Shades of Zinnwaldite #EFC3B3

Tints of Zinnwaldite #EFC3B3

Color information

#EFC3B3 (or 0xEFC3B3) is unknown color: approx Zinnwaldite. HEX triplet: EF, C3 and B3. RGB value is (239,195,179). Sum of RGB (Red+Green+Blue) = 239+195+179=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3B3 is #103C4C. Grayscale: #CECECE. Windows color (decimal): -1064013 or 11781103. OLE color: 11781103.

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

Color convert

RGB239195179-
CMYK00.180.250.06
HSL16º65.22%81.96%-
HSV(B)16º25.1%93.73%-
XYZ63.2560.6451.02-
YUV206.33112.58151.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=38.99%
G=31.81%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919517900.180.250.061665.2281.96
HexEFC3B3012196104152
Octal35730326302231620101122
Binary111011111100001110110011010010110011101000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3B3; }

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

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

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

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

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

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

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

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