#EBBBA7

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

Shades of Zinnwaldite #EBBBA7

Tints of Zinnwaldite #EBBBA7

Color information

#EBBBA7 (or 0xEBBBA7) is unknown color: approx Zinnwaldite. HEX triplet: EB, BB and A7. RGB value is (235,187,167). Sum of RGB (Red+Green+Blue) = 235+187+167=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA7 is #144458. Grayscale: #C7C7C7. Windows color (decimal): -1328217 or 10992619. OLE color: 10992619.

HSL color Cylindrical-coordinate representation of color #EBBBA7: hue angle of 17.65º 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 #EBBBA7 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235187167-
CMYK00.200.290.08
HSL17.65º62.96%78.82%-
HSV(B)17.65º28.94%92.16%-
XYZ59.0155.9944.26-
YUV199.07109.9153.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=39.90%
G=31.75%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518716700.200.290.0817.6562.9678.82
HexEBBBA70141D8123f4f
Octal35327324702435102277117
Binary111010111011101110100111010100111011000100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBA7; }

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

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

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

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

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

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

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

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