Html Css Color HEX #E5BFAC Zinnwaldite

📋 copy color: '#E5BFAC'

red 229 ◦ green 191 ◦ blue 172

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

Shades of Zinnwaldite #E5BFAC

Tints of Zinnwaldite #E5BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.26%

 BLUE value IS 172 (67.58% from 255) = 29.05%

R = 38.68%
G = 32.26%
B = 29.05%

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

#E5BFAC (or 0xE5BFAC) is known color: Zinnwaldite. HEX triplet: E5, BF and AC. RGB value is (229,191,172). Sum of RGB (Red+Green+Blue) = 229+191+172=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFAC is #1A4053. Grayscale: #C8C8C8. Windows color (decimal): -1720404 or 11321317. OLE color: 11321317.

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

Color convert

RGB 229 191 172 -
CMYK 0 0.17 0.25 0.10
HSL 20º 0.52% 0.79% -
HSV(B) 20º 0.25% 0.9% -
XYZ 58.39 56.9 46.93 -
YUV 200.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 229 191 172 0 0.17 0.25 0.10 20 0.52 0.79
Hex E5 BF AC 0 11 19 A 14 34 4F
Octal 345 277 254 0 21 31 12 24 64 117
Binary 11100101 10111111 10101100 0 10001 11001 1010 10100 110100 1001111

Color Harmonies of #E5BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFAC

Black with #E5BFAC

Text Example


Text Example

White with #E5BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFAC; }

 p { color: rgb(229,191,172); }

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

background-color css

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

 a { background-color: rgb(229,191,172); }

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

border-color css

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

 span { border-color: rgb(229,191,172); }

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