Html Css Color HEX #EABBAD Zinnwaldite

📋 copy color: '#EABBAD'

red 234 ◦ green 187 ◦ blue 173

#EABBAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #EABBAD

Tints of Zinnwaldite #EABBAD

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EABBAD (or 0xEABBAD) is known color: 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

RGB 234 187 173 -
CMYK 0 0.20 0.26 0.08
HSL 13.77º 0.59% 0.8% -
HSV(B) 13.77º 0.26% 0.92% -
XYZ 59.24 56.05 47.23 -
YUV 199.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 234 187 173 0 0.20 0.26 0.08 13.77 0.59 0.8
Hex EA BB AD 0 14 1A 8 E 3B 50
Octal 352 273 255 0 24 32 10 16 73 120
Binary 11101010 10111011 10101101 0 10100 11010 1000 1110 111011 1010000

Color Harmonies of #EABBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBAD

Black with #EABBAD

Text Example


Text Example

White with #EABBAD

Text Example


Text Example

HTML Codes & Css Web 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>