Html Css Color HEX #E9C2AE Zinnwaldite

📋 copy color: '#E9C2AE'

red 233 ◦ green 194 ◦ blue 174

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

Shades of Zinnwaldite #E9C2AE

Tints of Zinnwaldite #E9C2AE

RGB

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

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

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

R = 38.77%
G = 32.28%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E9C2AE (or 0xE9C2AE) is known color: Zinnwaldite. HEX triplet: E9, C2 and AE. RGB value is (233,194,174). Sum of RGB (Red+Green+Blue) = 233+194+174=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C2AE is #163D51. Grayscale: #CBCBCB. Windows color (decimal): -1457490 or 11453161. OLE color: 11453161.

HSL color Cylindrical-coordinate representation of color #E9C2AE: hue angle of 20.34º degrees, saturation: 0.57, 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 #E9C2AE is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 194 174 -
CMYK 0 0.17 0.25 0.09
HSL 20.34º 0.57% 0.8% -
HSV(B) 20.34º 0.25% 0.91% -
XYZ 60.54 58.96 48.23 -
YUV 203.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 233 194 174 0 0.17 0.25 0.09 20.34 0.57 0.8
Hex E9 C2 AE 0 11 19 9 14 39 50
Octal 351 302 256 0 21 31 11 24 71 120
Binary 11101001 11000010 10101110 0 10001 11001 1001 10100 111001 1010000

Color Harmonies of #E9C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C2AE

Black with #E9C2AE

Text Example


Text Example

White with #E9C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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