Html Css Color HEX #E5BDAB Zinnwaldite

📋 copy color: '#E5BDAB'

red 229 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #E5BDAB

Tints of Zinnwaldite #E5BDAB

RGB

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

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

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

R = 38.88%
G = 32.09%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E5BDAB (or 0xE5BDAB) is known color: Zinnwaldite. HEX triplet: E5, BD and AB. RGB value is (229,189,171). Sum of RGB (Red+Green+Blue) = 229+189+171=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BDAB is #1A4254. Grayscale: #C7C7C7. Windows color (decimal): -1720917 or 11255269. OLE color: 11255269.

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

Color convert

RGB 229 189 171 -
CMYK 0 0.17 0.25 0.10
HSL 18.62º 0.53% 0.78% -
HSV(B) 18.62º 0.25% 0.9% -
XYZ 57.86 55.99 46.29 -
YUV 198.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 229 189 171 0 0.17 0.25 0.10 18.62 0.53 0.78
Hex E5 BD AB 0 11 19 A 13 35 4E
Octal 345 275 253 0 21 31 12 23 65 116
Binary 11100101 10111101 10101011 0 10001 11001 1010 10011 110101 1001110

Color Harmonies of #E5BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDAB

Black with #E5BDAB

Text Example


Text Example

White with #E5BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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