Html Css Color HEX #EABBA5 Zinnwaldite

📋 copy color: '#EABBA5'

red 234 ◦ green 187 ◦ blue 165

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

Shades of Zinnwaldite #EABBA5

Tints of Zinnwaldite #EABBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 39.93%
G = 31.91%
B = 28.16%

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

#EABBA5 (or 0xEABBA5) is known color: Zinnwaldite. HEX triplet: EA, BB and A5. RGB value is (234,187,165). Sum of RGB (Red+Green+Blue) = 234+187+165=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA5 is #15445A. Grayscale: #C6C6C6. Windows color (decimal): -1393755 or 10861546. OLE color: 10861546.

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

Color convert

RGB 234 187 165 -
CMYK 0 0.20 0.29 0.08
HSL 19.13º 0.62% 0.78% -
HSV(B) 19.13º 0.29% 0.92% -
XYZ 58.49 55.75 43.28 -
YUV 198.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 234 187 165 0 0.20 0.29 0.08 19.13 0.62 0.78
Hex EA BB A5 0 14 1D 8 13 3E 4E
Octal 352 273 245 0 24 35 10 23 76 116
Binary 11101010 10111011 10100101 0 10100 11101 1000 10011 111110 1001110

Color Harmonies of #EABBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBA5

Black with #EABBA5

Text Example


Text Example

White with #EABBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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