#EBBBAD

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

Shades of Zinnwaldite #EBBBAD

Tints of Zinnwaldite #EBBBAD

Color information

#EBBBAD (or 0xEBBBAD) is unknown color: approx Zinnwaldite. HEX triplet: EB, BB and AD. RGB value is (235,187,173). Sum of RGB (Red+Green+Blue) = 235+187+173=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAD is #144452. Grayscale: #C7C7C7. Windows color (decimal): -1328211 or 11385835. OLE color: 11385835.

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

Color convert

RGB235187173-
CMYK00.200.260.08
HSL13.55º60.78%80%-
HSV(B)13.55º26.38%92.16%-
XYZ59.5756.2247.25-
YUV199.76112.9153.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=39.50%
G=31.43%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518717300.200.260.0813.5560.7880
HexEBBBAD0141A8e3d50
Octal35327325502432101675120
Binary11101011101110111010110101010011010100011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBAD; }

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

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

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

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

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

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

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

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