Html Css Color HEX #EAC5B0 Zinnwaldite

📋 copy color: '#EAC5B0'

red 234 ◦ green 197 ◦ blue 176

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

Shades of Zinnwaldite #EAC5B0

Tints of Zinnwaldite #EAC5B0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.45%

 BLUE value IS 176 (69.14% from 255) = 29%

R = 38.55%
G = 32.45%
B = 29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAC5B0 (or 0xEAC5B0) is known color: Zinnwaldite. HEX triplet: EA, C5 and B0. RGB value is (234,197,176). Sum of RGB (Red+Green+Blue) = 234+197+176=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5B0 is #153A4F. Grayscale: #CDCDCD. Windows color (decimal): -1391184 or 11585002. OLE color: 11585002.

HSL color Cylindrical-coordinate representation of color #EAC5B0: hue angle of 21.72º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAC5B0 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 176 -
CMYK 0 0.16 0.25 0.08
HSL 21.72º 0.58% 0.8% -
HSV(B) 21.72º 0.25% 0.92% -
XYZ 61.73 60.56 49.51 -
YUV 205.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 234 197 176 0 0.16 0.25 0.08 21.72 0.58 0.8
Hex EA C5 B0 0 10 19 8 16 3A 50
Octal 352 305 260 0 20 31 10 26 72 120
Binary 11101010 11000101 10110000 0 10000 11001 1000 10110 111010 1010000

Color Harmonies of #EAC5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5B0

Black with #EAC5B0

Text Example


Text Example

White with #EAC5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5B0; }

 p { color: rgb(234,197,176); }

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

background-color css

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

 a { background-color: rgb(234,197,176); }

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

border-color css

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

 span { border-color: rgb(234,197,176); }

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