Html Css Color HEX #E3BDAC Zinnwaldite

📋 copy color: '#E3BDAC'

red 227 ◦ green 189 ◦ blue 172

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

Shades of Zinnwaldite #E3BDAC

Tints of Zinnwaldite #E3BDAC

RGB

 RED value IS 227 (89.06% from 255) = 38.61%

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 38.61%
G = 32.14%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E3BDAC (or 0xE3BDAC) is known color: Zinnwaldite. HEX triplet: E3, BD and AC. RGB value is (227,189,172). Sum of RGB (Red+Green+Blue) = 227+189+172=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDAC is #1C4253. Grayscale: #C6C6C6. Windows color (decimal): -1851988 or 11320803. OLE color: 11320803.

HSL color Cylindrical-coordinate representation of color #E3BDAC: hue angle of 18.55º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3BDAC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 189 172 -
CMYK 0 0.17 0.24 0.11
HSL 18.55º 0.5% 0.78% -
HSV(B) 18.55º 0.24% 0.89% -
XYZ 57.32 55.7 46.76 -
YUV 198.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 227 189 172 0 0.17 0.24 0.11 18.55 0.5 0.78
Hex E3 BD AC 0 11 18 B 13 32 4E
Octal 343 275 254 0 21 30 13 23 62 116
Binary 11100011 10111101 10101100 0 10001 11000 1011 10011 110010 1001110

Color Harmonies of #E3BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BDAC

Black with #E3BDAC

Text Example


Text Example

White with #E3BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BDAC; }

 p { color: rgb(227,189,172); }

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

background-color css

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

 a { background-color: rgb(227,189,172); }

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

border-color css

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

 span { border-color: rgb(227,189,172); }

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