#EBBCAF

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

Shades of Zinnwaldite #EBBCAF

Tints of Zinnwaldite #EBBCAF

Color information

#EBBCAF (or 0xEBBCAF) is unknown color: approx Zinnwaldite. HEX triplet: EB, BC and AF. RGB value is (235,188,175). Sum of RGB (Red+Green+Blue) = 235+188+175=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCAF is #144350. Grayscale: #C8C8C8. Windows color (decimal): -1327953 or 11517163. OLE color: 11517163.

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

Color convert

RGB235188175-
CMYK00.20.260.08
HSL13º60%80.39%-
HSV(B)13º25.53%92.16%-
XYZ59.9856.7248.34-
YUV200.57113.57152.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=39.30%
G=31.44%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518817500.20.260.08136080.39
HexEBBCAF0141A8d3c50
Octal35327425702432101574120
Binary11101011101111001010111101010011010100011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCAF; }

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

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

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

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

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

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

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

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