#EBBEA9

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

Shades of Zinnwaldite #EBBEA9

Tints of Zinnwaldite #EBBEA9

Color information

#EBBEA9 (or 0xEBBEA9) is unknown color: approx Zinnwaldite. HEX triplet: EB, BE and A9. RGB value is (235,190,169). Sum of RGB (Red+Green+Blue) = 235+190+169=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEA9 is #144156. Grayscale: #C9C9C9. Windows color (decimal): -1327447 or 11124459. OLE color: 11124459.

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

Color convert

RGB235190169-
CMYK00.190.280.08
HSL19.09º62.26%79.22%-
HSV(B)19.09º28.09%92.16%-
XYZ59.8457.3545.45-
YUV201.06109.91152.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=39.56%
G=31.99%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519016900.190.280.0819.0962.2679.22
HexEBBEA90131C8133e4f
Octal35327625102334102376117
Binary111010111011111010101001010011111001000100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEA9; }

 p { color: rgb(235,190,169); }

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

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

 a { background-color: rgb(235,190,169); }

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

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

 span { border-color: rgb(235,190,169); }

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