#EBC0B3

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

Shades of Zinnwaldite #EBC0B3

Tints of Zinnwaldite #EBC0B3

Color information

#EBC0B3 (or 0xEBC0B3) is unknown color: approx Zinnwaldite. HEX triplet: EB, C0 and B3. RGB value is (235,192,179). Sum of RGB (Red+Green+Blue) = 235+192+179=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0B3 is #143F4C. Grayscale: #CBCBCB. Windows color (decimal): -1326925 or 11780331. OLE color: 11780331.

HSL color Cylindrical-coordinate representation of color #EBC0B3: hue angle of 13.93º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235192179-
CMYK00.180.240.08
HSL13.93º58.33%81.18%-
HSV(B)13.93º23.83%92.16%-
XYZ61.2558.6250.73-
YUV203.38114.25150.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=38.78%
G=31.68%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519217900.180.240.0813.9358.3381.18
HexEBC0B3012188e3a51
Octal35330026302230101672121
Binary11101011110000001011001101001011000100011101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0B3; }

 p { color: rgb(235,192,179); }

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

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

 a { background-color: rgb(235,192,179); }

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

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

 span { border-color: rgb(235,192,179); }

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