Html Css Color HEX #E8BDAD Zinnwaldite

📋 copy color: '#E8BDAD'

red 232 ◦ green 189 ◦ blue 173

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

Shades of Zinnwaldite #E8BDAD

Tints of Zinnwaldite #E8BDAD

RGB

 RED value IS 232 (91.02% from 255) = 39.06%

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

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

R = 39.06%
G = 31.82%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8BDAD (or 0xE8BDAD) is known color: Zinnwaldite. HEX triplet: E8, BD and AD. RGB value is (232,189,173). Sum of RGB (Red+Green+Blue) = 232+189+173=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAD is #174252. Grayscale: #C8C8C8. Windows color (decimal): -1524307 or 11386344. OLE color: 11386344.

HSL color Cylindrical-coordinate representation of color #E8BDAD: hue angle of 16.27º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BDAD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 173 -
CMYK 0 0.19 0.25 0.09
HSL 16.27º 0.56% 0.79% -
HSV(B) 16.27º 0.25% 0.91% -
XYZ 59.02 56.57 47.34 -
YUV 200.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 232 189 173 0 0.19 0.25 0.09 16.27 0.56 0.79
Hex E8 BD AD 0 13 19 9 10 38 4F
Octal 350 275 255 0 23 31 11 20 70 117
Binary 11101000 10111101 10101101 0 10011 11001 1001 10000 111000 1001111

Color Harmonies of #E8BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDAD

Black with #E8BDAD

Text Example


Text Example

White with #E8BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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