Html Css Color HEX #EABCA9 Zinnwaldite

📋 copy color: '#EABCA9'

red 234 ◦ green 188 ◦ blue 169

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

Shades of Zinnwaldite #EABCA9

Tints of Zinnwaldite #EABCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.81%

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

R = 39.59%
G = 31.81%
B = 28.6%

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

#EABCA9 (or 0xEABCA9) is known color: Zinnwaldite. HEX triplet: EA, BC and A9. RGB value is (234,188,169). Sum of RGB (Red+Green+Blue) = 234+188+169=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA9 is #154356. Grayscale: #C7C7C7. Windows color (decimal): -1393495 or 11123946. OLE color: 11123946.

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

Color convert

RGB 234 188 169 -
CMYK 0 0.20 0.28 0.08
HSL 17.54º 0.61% 0.79% -
HSV(B) 17.54º 0.28% 0.92% -
XYZ 59.08 56.32 45.29 -
YUV 199.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 234 188 169 0 0.20 0.28 0.08 17.54 0.61 0.79
Hex EA BC A9 0 14 1C 8 12 3D 4F
Octal 352 274 251 0 24 34 10 22 75 117
Binary 11101010 10111100 10101001 0 10100 11100 1000 10010 111101 1001111

Color Harmonies of #EABCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCA9

Black with #EABCA9

Text Example


Text Example

White with #EABCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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