#EBBDB0

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

Shades of Zinnwaldite #EBBDB0

Tints of Zinnwaldite #EBBDB0

Color information

#EBBDB0 (or 0xEBBDB0) is unknown color: approx Zinnwaldite. HEX triplet: EB, BD and B0. RGB value is (235,189,176). Sum of RGB (Red+Green+Blue) = 235+189+176=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDB0 is #14424F. Grayscale: #C9C9C9. Windows color (decimal): -1327696 or 11582955. OLE color: 11582955.

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

Color convert

RGB235189176-
CMYK00.200.250.08
HSL13.22º59.6%80.59%-
HSV(B)13.22º25.11%92.16%-
XYZ60.357.1948.94-
YUV201.27113.74152.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=39.17%
G=31.5%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518917600.200.250.0813.2259.680.59
HexEBBDB0014198d3c51
Octal35327526002431101574121
Binary11101011101111011011000001010011001100011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDB0; }

 p { color: rgb(235,189,176); }

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

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

 a { background-color: rgb(235,189,176); }

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

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

 span { border-color: rgb(235,189,176); }

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