Html Css Color HEX #EABCA4 Zinnwaldite

📋 copy color: '#EABCA4'

red 234 ◦ green 188 ◦ blue 164

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

Shades of Zinnwaldite #EABCA4

Tints of Zinnwaldite #EABCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.99%

R = 39.93%
G = 32.08%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EABCA4 (or 0xEABCA4) is known color: Zinnwaldite. HEX triplet: EA, BC and A4. RGB value is (234,188,164). Sum of RGB (Red+Green+Blue) = 234+188+164=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA4 is #15435B. Grayscale: #C7C7C7. Windows color (decimal): -1393500 or 10796266. OLE color: 10796266.

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

Color convert

RGB 234 188 164 -
CMYK 0 0.20 0.30 0.08
HSL 20.57º 0.63% 0.78% -
HSV(B) 20.57º 0.3% 0.92% -
XYZ 58.62 56.14 42.87 -
YUV 199.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 234 188 164 0 0.20 0.30 0.08 20.57 0.63 0.78
Hex EA BC A4 0 14 1E 8 15 3E 4E
Octal 352 274 244 0 24 36 10 25 76 116
Binary 11101010 10111100 10100100 0 10100 11110 1000 10101 111110 1001110

Color Harmonies of #EABCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABCA4

Black with #EABCA4

Text Example


Text Example

White with #EABCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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