Html Css Color HEX #EABBA7 Zinnwaldite

📋 copy color: '#EABBA7'

red 234 ◦ green 187 ◦ blue 167

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

Shades of Zinnwaldite #EABBA7

Tints of Zinnwaldite #EABBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.4%

R = 39.8%
G = 31.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EABBA7 (or 0xEABBA7) is known color: Zinnwaldite. HEX triplet: EA, BB and A7. RGB value is (234,187,167). Sum of RGB (Red+Green+Blue) = 234+187+167=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA7 is #154458. Grayscale: #C6C6C6. Windows color (decimal): -1393753 or 10992618. OLE color: 10992618.

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

Color convert

RGB 234 187 167 -
CMYK 0 0.20 0.29 0.08
HSL 17.91º 0.61% 0.79% -
HSV(B) 17.91º 0.29% 0.92% -
XYZ 58.68 55.82 44.24 -
YUV 198.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 234 187 167 0 0.20 0.29 0.08 17.91 0.61 0.79
Hex EA BB A7 0 14 1D 8 12 3D 4F
Octal 352 273 247 0 24 35 10 22 75 117
Binary 11101010 10111011 10100111 0 10100 11101 1000 10010 111101 1001111

Color Harmonies of #EABBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBA7

Black with #EABBA7

Text Example


Text Example

White with #EABBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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