Html Css Color HEX #EAC4B0 Zinnwaldite

📋 copy color: '#EAC4B0'

red 234 ◦ green 196 ◦ blue 176

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

Shades of Zinnwaldite #EAC4B0

Tints of Zinnwaldite #EAC4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

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

R = 38.61%
G = 32.34%
B = 29.04%

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

#EAC4B0 (or 0xEAC4B0) is known color: Zinnwaldite. HEX triplet: EA, C4 and B0. RGB value is (234,196,176). Sum of RGB (Red+Green+Blue) = 234+196+176=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4B0 is #153B4F. Grayscale: #CDCDCD. Windows color (decimal): -1391440 or 11584746. OLE color: 11584746.

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

Color convert

RGB 234 196 176 -
CMYK 0 0.16 0.25 0.08
HSL 20.69º 0.58% 0.8% -
HSV(B) 20.69º 0.25% 0.92% -
XYZ 61.51 60.11 49.43 -
YUV 205.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 234 196 176 0 0.16 0.25 0.08 20.69 0.58 0.8
Hex EA C4 B0 0 10 19 8 15 3A 50
Octal 352 304 260 0 20 31 10 25 72 120
Binary 11101010 11000100 10110000 0 10000 11001 1000 10101 111010 1010000

Color Harmonies of #EAC4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4B0

Black with #EAC4B0

Text Example


Text Example

White with #EAC4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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