#E7BCAD

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

Shades of Zinnwaldite #E7BCAD

Tints of Zinnwaldite #E7BCAD

Color information

#E7BCAD (or 0xE7BCAD) is unknown color: approx Zinnwaldite. HEX triplet: E7, BC and AD. RGB value is (231,188,173). Sum of RGB (Red+Green+Blue) = 231+188+173=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAD is #184352. Grayscale: #C7C7C7. Windows color (decimal): -1590099 or 11386087. OLE color: 11386087.

HSL color Cylindrical-coordinate representation of color #E7BCAD: hue angle of 15.52º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BCAD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231188173-
CMYK00.190.250.09
HSL15.52º54.72%79.22%-
HSV(B)15.52º25.11%90.59%-
XYZ58.4855.9747.26-
YUV199.15113.25150.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=39.02%
G=31.76%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118817300.190.250.0915.5254.7279.22
HexE7BCAD01319910374f
Octal34727425502331112067117
Binary111001111011110010101101010011110011001100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCAD; }

 p { color: rgb(231,188,173); }

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

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

 a { background-color: rgb(231,188,173); }

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

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

 span { border-color: rgb(231,188,173); }

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