Html Css Color HEX #EABCA5 Zinnwaldite

📋 copy color: '#EABCA5'

red 234 ◦ green 188 ◦ blue 165

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

Shades of Zinnwaldite #EABCA5

Tints of Zinnwaldite #EABCA5

RGB

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

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

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

R = 39.86%
G = 32.03%
B = 28.11%

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

#EABCA5 (or 0xEABCA5) is known color: Zinnwaldite. HEX triplet: EA, BC and A5. RGB value is (234,188,165). Sum of RGB (Red+Green+Blue) = 234+188+165=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA5 is #15435A. Grayscale: #C7C7C7. Windows color (decimal): -1393499 or 10861802. OLE color: 10861802.

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

Color convert

RGB 234 188 165 -
CMYK 0 0.20 0.29 0.08
HSL 20º 0.62% 0.78% -
HSV(B) 20º 0.29% 0.92% -
XYZ 58.71 56.18 43.35 -
YUV 199.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 234 188 165 0 0.20 0.29 0.08 20 0.62 0.78
Hex EA BC A5 0 14 1D 8 14 3E 4E
Octal 352 274 245 0 24 35 10 24 76 116
Binary 11101010 10111100 10100101 0 10100 11101 1000 10100 111110 1001110

Color Harmonies of #EABCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCA5

Black with #EABCA5

Text Example


Text Example

White with #EABCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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