#EABBAD

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

Shades of Zinnwaldite #EABBAD

Tints of Zinnwaldite #EABBAD

Color information

#EABBAD (or 0xEABBAD) is unknown color: approx Zinnwaldite. HEX triplet: EA, BB and AD. RGB value is (234,187,173). Sum of RGB (Red+Green+Blue) = 234+187+173=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBAD is #154452. Grayscale: #C7C7C7. Windows color (decimal): -1393747 or 11385834. OLE color: 11385834.

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

Color convert

RGB234187173-
CMYK00.200.260.08
HSL13.77º59.22%79.8%-
HSV(B)13.77º26.07%91.76%-
XYZ59.2456.0547.23-
YUV199.46113.07152.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=39.39%
G=31.48%
B=29.12%

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
Decimal23418717300.200.260.0813.7759.2279.8
HexEABBAD0141A8e3b50
Octal35227325502432101673120
Binary11101010101110111010110101010011010100011101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBAD; }

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

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

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

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

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

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

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

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