Html Css Color HEX #E7C2AA Zinnwaldite

📋 copy color: '#E7C2AA'

red 231 ◦ green 194 ◦ blue 170

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

Shades of Zinnwaldite #E7C2AA

Tints of Zinnwaldite #E7C2AA

RGB

 RED value IS 231 (90.63% from 255) = 38.82%

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

 BLUE value IS 170 (66.8% from 255) = 28.57%

R = 38.82%
G = 32.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7C2AA (or 0xE7C2AA) is known color: Zinnwaldite. HEX triplet: E7, C2 and AA. RGB value is (231,194,170). Sum of RGB (Red+Green+Blue) = 231+194+170=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C2AA is #183D55. Grayscale: #CACACA. Windows color (decimal): -1588566 or 11191015. OLE color: 11191015.

HSL color Cylindrical-coordinate representation of color #E7C2AA: hue angle of 23.61º degrees, saturation: 0.56, 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 #E7C2AA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 194 170 -
CMYK 0 0.16 0.26 0.09
HSL 23.61º 0.56% 0.79% -
HSV(B) 23.61º 0.26% 0.91% -
XYZ 59.5 58.47 46.18 -
YUV 202.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 231 194 170 0 0.16 0.26 0.09 23.61 0.56 0.79
Hex E7 C2 AA 0 10 1A 9 18 38 4F
Octal 347 302 252 0 20 32 11 30 70 117
Binary 11100111 11000010 10101010 0 10000 11010 1001 11000 111000 1001111

Color Harmonies of #E7C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C2AA

Black with #E7C2AA

Text Example


Text Example

White with #E7C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C2AA; }

 p { color: rgb(231,194,170); }

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

background-color css

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

 a { background-color: rgb(231,194,170); }

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

border-color css

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

 span { border-color: rgb(231,194,170); }

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