Html Css Color HEX #E6BDAD Zinnwaldite

📋 copy color: '#E6BDAD'

red 230 ◦ green 189 ◦ blue 173

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

Shades of Zinnwaldite #E6BDAD

Tints of Zinnwaldite #E6BDAD

RGB

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

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

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

R = 38.85%
G = 31.93%
B = 29.22%

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

#E6BDAD (or 0xE6BDAD) is known color: Zinnwaldite. HEX triplet: E6, BD and AD. RGB value is (230,189,173). Sum of RGB (Red+Green+Blue) = 230+189+173=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDAD is #194252. Grayscale: #C7C7C7. Windows color (decimal): -1655379 or 11386342. OLE color: 11386342.

HSL color Cylindrical-coordinate representation of color #E6BDAD: hue angle of 16.84º degrees, saturation: 0.53, 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 #E6BDAD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 173 -
CMYK 0 0.18 0.25 0.10
HSL 16.84º 0.53% 0.79% -
HSV(B) 16.84º 0.25% 0.9% -
XYZ 58.37 56.24 47.31 -
YUV 199.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 230 189 173 0 0.18 0.25 0.10 16.84 0.53 0.79
Hex E6 BD AD 0 12 19 A 11 35 4F
Octal 346 275 255 0 22 31 12 21 65 117
Binary 11100110 10111101 10101101 0 10010 11001 1010 10001 110101 1001111

Color Harmonies of #E6BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDAD

Black with #E6BDAD

Text Example


Text Example

White with #E6BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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