#EBBCAB

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

Shades of Zinnwaldite #EBBCAB

Tints of Zinnwaldite #EBBCAB

Color information

#EBBCAB (or 0xEBBCAB) is unknown color: approx Zinnwaldite. HEX triplet: EB, BC and AB. RGB value is (235,188,171). Sum of RGB (Red+Green+Blue) = 235+188+171=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCAB is #144354. Grayscale: #C8C8C8. Windows color (decimal): -1327957 or 11255019. OLE color: 11255019.

HSL color Cylindrical-coordinate representation of color #EBBCAB: hue angle of 15.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBCAB is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235188171-
CMYK00.20.270.08
HSL15.94º61.54%79.61%-
HSV(B)15.94º27.23%92.16%-
XYZ59.5956.5746.31-
YUV200.11111.57152.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=39.56%
G=31.65%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518817100.20.270.0815.9461.5479.61
HexEBBCAB0141B8103e50
Octal35327425302433102076120
Binary111010111011110010101011010100110111000100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCAB; }

 p { color: rgb(235,188,171); }

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

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

 a { background-color: rgb(235,188,171); }

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

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

 span { border-color: rgb(235,188,171); }

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