Html Css Color HEX #E9C2AC Zinnwaldite

📋 copy color: '#E9C2AC'

red 233 ◦ green 194 ◦ blue 172

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

Shades of Zinnwaldite #E9C2AC

Tints of Zinnwaldite #E9C2AC

RGB

 RED value IS 233 (91.41% from 255) = 38.9%

 GREEN value IS 194 (76.17% from 255) = 32.39%

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 38.9%
G = 32.39%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E9C2AC (or 0xE9C2AC) is known color: Zinnwaldite. HEX triplet: E9, C2 and AC. RGB value is (233,194,172). Sum of RGB (Red+Green+Blue) = 233+194+172=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C2AC is #163D53. Grayscale: #CBCBCB. Windows color (decimal): -1457492 or 11322089. OLE color: 11322089.

HSL color Cylindrical-coordinate representation of color #E9C2AC: hue angle of 21.64º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9C2AC is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 194 172 -
CMYK 0 0.17 0.26 0.09
HSL 21.64º 0.58% 0.79% -
HSV(B) 21.64º 0.26% 0.91% -
XYZ 60.34 58.89 47.22 -
YUV 203.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 233 194 172 0 0.17 0.26 0.09 21.64 0.58 0.79
Hex E9 C2 AC 0 11 1A 9 16 3A 4F
Octal 351 302 254 0 21 32 11 26 72 117
Binary 11101001 11000010 10101100 0 10001 11010 1001 10110 111010 1001111

Color Harmonies of #E9C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C2AC

Black with #E9C2AC

Text Example


Text Example

White with #E9C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C2AC; }

 p { color: rgb(233,194,172); }

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

background-color css

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

 a { background-color: rgb(233,194,172); }

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

border-color css

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

 span { border-color: rgb(233,194,172); }

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