#E6BCAE

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

Shades of Zinnwaldite #E6BCAE

Tints of Zinnwaldite #E6BCAE

Color information

#E6BCAE (or 0xE6BCAE) is unknown color: approx Zinnwaldite. HEX triplet: E6, BC and AE. RGB value is (230,188,174). Sum of RGB (Red+Green+Blue) = 230+188+174=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCAE is #194351. Grayscale: #C7C7C7. Windows color (decimal): -1655634 or 11451622. OLE color: 11451622.

HSL color Cylindrical-coordinate representation of color #E6BCAE: hue angle of 15º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BCAE is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230188174-
CMYK00.180.240.10
HSL15º52.83%79.22%-
HSV(B)15º24.35%90.2%-
XYZ58.2655.8547.75-
YUV198.96113.91150.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.85%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=38.85%
G=31.76%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018817400.180.240.101552.8379.22
HexE6BCAE01218Af354f
Octal34627425602230121765117
Binary11100110101111001010111001001011000101011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCAE; }

 p { color: rgb(230,188,174); }

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

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

 a { background-color: rgb(230,188,174); }

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

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

 span { border-color: rgb(230,188,174); }

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