Html Css Color HEX #E6BDAC Zinnwaldite

📋 copy color: '#E6BDAC'

red 230 ◦ green 189 ◦ blue 172

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

Shades of Zinnwaldite #E6BDAC

Tints of Zinnwaldite #E6BDAC

RGB

 RED value IS 230 (90.23% from 255) = 38.92%

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

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

R = 38.92%
G = 31.98%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6BDAC (or 0xE6BDAC) is known color: Zinnwaldite. HEX triplet: E6, BD and AC. RGB value is (230,189,172). Sum of RGB (Red+Green+Blue) = 230+189+172=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDAC is #194253. Grayscale: #C7C7C7. Windows color (decimal): -1655380 or 11320806. OLE color: 11320806.

HSL color Cylindrical-coordinate representation of color #E6BDAC: hue angle of 17.59º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BDAC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 172 -
CMYK 0 0.18 0.25 0.10
HSL 17.59º 0.54% 0.79% -
HSV(B) 17.59º 0.25% 0.9% -
XYZ 58.28 56.2 46.81 -
YUV 199.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 230 189 172 0 0.18 0.25 0.10 17.59 0.54 0.79
Hex E6 BD AC 0 12 19 A 12 36 4F
Octal 346 275 254 0 22 31 12 22 66 117
Binary 11100110 10111101 10101100 0 10010 11001 1010 10010 110110 1001111

Color Harmonies of #E6BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDAC

Black with #E6BDAC

Text Example


Text Example

White with #E6BDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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