Html Css Color HEX #E5BCAD Zinnwaldite

📋 copy color: '#E5BCAD'

red 229 ◦ green 188 ◦ blue 173

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

Shades of Zinnwaldite #E5BCAD

Tints of Zinnwaldite #E5BCAD

RGB

 RED value IS 229 (89.84% from 255) = 38.81%

 GREEN value IS 188 (73.83% from 255) = 31.86%

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

R = 38.81%
G = 31.86%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5BCAD (or 0xE5BCAD) is known color: Zinnwaldite. HEX triplet: E5, BC and AD. RGB value is (229,188,173). Sum of RGB (Red+Green+Blue) = 229+188+173=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCAD is #1A4352. Grayscale: #C6C6C6. Windows color (decimal): -1721171 or 11386085. OLE color: 11386085.

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

Color convert

RGB 229 188 173 -
CMYK 0 0.18 0.24 0.10
HSL 16.07º 0.52% 0.79% -
HSV(B) 16.07º 0.24% 0.9% -
XYZ 57.84 55.64 47.23 -
YUV 198.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 229 188 173 0 0.18 0.24 0.10 16.07 0.52 0.79
Hex E5 BC AD 0 12 18 A 10 34 4F
Octal 345 274 255 0 22 30 12 20 64 117
Binary 11100101 10111100 10101101 0 10010 11000 1010 10000 110100 1001111

Color Harmonies of #E5BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCAD

Black with #E5BCAD

Text Example


Text Example

White with #E5BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCAD; }

 p { color: rgb(229,188,173); }

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

background-color css

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

 a { background-color: rgb(229,188,173); }

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

border-color css

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

 span { border-color: rgb(229,188,173); }

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