Html Css Color HEX #E9C0AD Zinnwaldite

📋 copy color: '#E9C0AD'

red 233 ◦ green 192 ◦ blue 173

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

Shades of Zinnwaldite #E9C0AD

Tints of Zinnwaldite #E9C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.11%

 BLUE value IS 173 (67.97% from 255) = 28.93%

R = 38.96%
G = 32.11%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E9C0AD (or 0xE9C0AD) is known color: Zinnwaldite. HEX triplet: E9, C0 and AD. RGB value is (233,192,173). Sum of RGB (Red+Green+Blue) = 233+192+173=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C0AD is #163F52. Grayscale: #CACACA. Windows color (decimal): -1458003 or 11387113. OLE color: 11387113.

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

Color convert

RGB 233 192 173 -
CMYK 0 0.18 0.26 0.09
HSL 19º 0.58% 0.8% -
HSV(B) 19º 0.26% 0.91% -
XYZ 60 58.04 47.58 -
YUV 202.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 233 192 173 0 0.18 0.26 0.09 19 0.58 0.8
Hex E9 C0 AD 0 12 1A 9 13 3A 50
Octal 351 300 255 0 22 32 11 23 72 120
Binary 11101001 11000000 10101101 0 10010 11010 1001 10011 111010 1010000

Color Harmonies of #E9C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C0AD

Black with #E9C0AD

Text Example


Text Example

White with #E9C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C0AD; }

 p { color: rgb(233,192,173); }

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

background-color css

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

 a { background-color: rgb(233,192,173); }

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

border-color css

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

 span { border-color: rgb(233,192,173); }

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