Html Css Color HEX #E5BCAB Zinnwaldite

📋 copy color: '#E5BCAB'

red 229 ◦ green 188 ◦ blue 171

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

Shades of Zinnwaldite #E5BCAB

Tints of Zinnwaldite #E5BCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.08%

R = 38.95%
G = 31.97%
B = 29.08%

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

#E5BCAB (or 0xE5BCAB) is known color: Zinnwaldite. HEX triplet: E5, BC and AB. RGB value is (229,188,171). Sum of RGB (Red+Green+Blue) = 229+188+171=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCAB is #1A4354. Grayscale: #C6C6C6. Windows color (decimal): -1721173 or 11255013. OLE color: 11255013.

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

Color convert

RGB 229 188 171 -
CMYK 0 0.18 0.25 0.10
HSL 17.59º 0.53% 0.78% -
HSV(B) 17.59º 0.25% 0.9% -
XYZ 57.65 55.56 46.21 -
YUV 198.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 229 188 171 0 0.18 0.25 0.10 17.59 0.53 0.78
Hex E5 BC AB 0 12 19 A 12 35 4E
Octal 345 274 253 0 22 31 12 22 65 116
Binary 11100101 10111100 10101011 0 10010 11001 1010 10010 110101 1001110

Color Harmonies of #E5BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCAB

Black with #E5BCAB

Text Example


Text Example

White with #E5BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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