#EBBEAE

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

Shades of Zinnwaldite #EBBEAE

Tints of Zinnwaldite #EBBEAE

Color information

#EBBEAE (or 0xEBBEAE) is unknown color: approx Zinnwaldite. HEX triplet: EB, BE and AE. RGB value is (235,190,174). Sum of RGB (Red+Green+Blue) = 235+190+174=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEAE is #144151. Grayscale: #C9C9C9. Windows color (decimal): -1327442 or 11452139. OLE color: 11452139.

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

Color convert

RGB235190174-
CMYK00.190.260.08
HSL15.74º60.4%80.2%-
HSV(B)15.74º25.96%92.16%-
XYZ60.3157.5547.97-
YUV201.63112.41151.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=39.23%
G=31.72%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519017400.190.260.0815.7460.480.2
HexEBBEAE0131A8103c50
Octal35327625602332102074120
Binary111010111011111010101110010011110101000100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEAE; }

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

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

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

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

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

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

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

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