#EBBFAD

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

Shades of Zinnwaldite #EBBFAD

Tints of Zinnwaldite #EBBFAD

Color information

#EBBFAD (or 0xEBBFAD) is unknown color: approx Zinnwaldite. HEX triplet: EB, BF and AD. RGB value is (235,191,173). Sum of RGB (Red+Green+Blue) = 235+191+173=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFAD is #144052. Grayscale: #CACACA. Windows color (decimal): -1327187 or 11386859. OLE color: 11386859.

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

Color convert

RGB235191173-
CMYK00.190.260.08
HSL17.42º60.78%80%-
HSV(B)17.42º26.38%92.16%-
XYZ60.4357.9447.53-
YUV202.1111.58151.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=39.23%
G=31.89%
B=28.88%

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
Decimal23519117300.190.260.0817.4260.7880
HexEBBFAD0131A8113d50
Octal35327725502332102175120
Binary111010111011111110101101010011110101000100011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFAD; }

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

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

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

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

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

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

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

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