Html Css Color HEX #EABBA9 Zinnwaldite

📋 copy color: '#EABBA9'

red 234 ◦ green 187 ◦ blue 169

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

Shades of Zinnwaldite #EABBA9

Tints of Zinnwaldite #EABBA9

RGB

 RED value IS 234 (91.8% from 255) = 39.66%

 GREEN value IS 187 (73.44% from 255) = 31.69%

 BLUE value IS 169 (66.41% from 255) = 28.64%

R = 39.66%
G = 31.69%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EABBA9 (or 0xEABBA9) is known color: Zinnwaldite. HEX triplet: EA, BB and A9. RGB value is (234,187,169). Sum of RGB (Red+Green+Blue) = 234+187+169=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA9 is #154456. Grayscale: #C7C7C7. Windows color (decimal): -1393751 or 11123690. OLE color: 11123690.

HSL color Cylindrical-coordinate representation of color #EABBA9: hue angle of 16.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EABBA9 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 169 -
CMYK 0 0.20 0.28 0.08
HSL 16.62º 0.61% 0.79% -
HSV(B) 16.62º 0.28% 0.92% -
XYZ 58.86 55.9 45.22 -
YUV 199 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 234 187 169 0 0.20 0.28 0.08 16.62 0.61 0.79
Hex EA BB A9 0 14 1C 8 11 3D 4F
Octal 352 273 251 0 24 34 10 21 75 117
Binary 11101010 10111011 10101001 0 10100 11100 1000 10001 111101 1001111

Color Harmonies of #EABBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBA9

Black with #EABBA9

Text Example


Text Example

White with #EABBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBA9; }

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

 H1.HeaderClassName
 {
   color: #EABBA9;
 }
 .AnyTagClassName
 {
   color: #EABBA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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