#EBBFA7

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

Shades of Zinnwaldite #EBBFA7

Tints of Zinnwaldite #EBBFA7

Color information

#EBBFA7 (or 0xEBBFA7) is unknown color: approx Zinnwaldite. HEX triplet: EB, BF and A7. RGB value is (235,191,167). Sum of RGB (Red+Green+Blue) = 235+191+167=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA7 is #144058. Grayscale: #C9C9C9. Windows color (decimal): -1327193 or 10993643. OLE color: 10993643.

HSL color Cylindrical-coordinate representation of color #EBBFA7: hue angle of 21.18º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBBFA7 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235191167-
CMYK00.190.290.08
HSL21.18º62.96%78.82%-
HSV(B)21.18º28.94%92.16%-
XYZ59.8757.7144.54-
YUV201.42108.58151.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=39.63%
G=32.21%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519116700.190.290.0821.1862.9678.82
HexEBBFA70131D8153f4f
Octal35327724702335102577117
Binary111010111011111110100111010011111011000101011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFA7; }

 p { color: rgb(235,191,167); }

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

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

 a { background-color: rgb(235,191,167); }

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

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

 span { border-color: rgb(235,191,167); }

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