Html Css Color HEX #E8C3AE Zinnwaldite

📋 copy color: '#E8C3AE'

red 232 ◦ green 195 ◦ blue 174

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

Shades of Zinnwaldite #E8C3AE

Tints of Zinnwaldite #E8C3AE

RGB

 RED value IS 232 (91.02% from 255) = 38.6%

 GREEN value IS 195 (76.56% from 255) = 32.45%

 BLUE value IS 174 (68.36% from 255) = 28.95%

R = 38.6%
G = 32.45%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8C3AE (or 0xE8C3AE) is known color: Zinnwaldite. HEX triplet: E8, C3 and AE. RGB value is (232,195,174). Sum of RGB (Red+Green+Blue) = 232+195+174=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C3AE is #173C51. Grayscale: #CBCBCB. Windows color (decimal): -1522770 or 11453416. OLE color: 11453416.

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

Color convert

RGB 232 195 174 -
CMYK 0 0.16 0.25 0.09
HSL 21.72º 0.56% 0.8% -
HSV(B) 21.72º 0.25% 0.91% -
XYZ 60.43 59.24 48.29 -
YUV 203.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 232 195 174 0 0.16 0.25 0.09 21.72 0.56 0.8
Hex E8 C3 AE 0 10 19 9 16 38 50
Octal 350 303 256 0 20 31 11 26 70 120
Binary 11101000 11000011 10101110 0 10000 11001 1001 10110 111000 1010000

Color Harmonies of #E8C3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C3AE

Black with #E8C3AE

Text Example


Text Example

White with #E8C3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C3AE; }

 p { color: rgb(232,195,174); }

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

background-color css

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

 a { background-color: rgb(232,195,174); }

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

border-color css

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

 span { border-color: rgb(232,195,174); }

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