Html Css Color HEX #E7BFA6 Zinnwaldite

📋 copy color: '#E7BFA6'

red 231 ◦ green 191 ◦ blue 166

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

Shades of Zinnwaldite #E7BFA6

Tints of Zinnwaldite #E7BFA6

RGB

 RED value IS 231 (90.63% from 255) = 39.29%

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

 BLUE value IS 166 (65.23% from 255) = 28.23%

R = 39.29%
G = 32.48%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E7BFA6 (or 0xE7BFA6) is known color: Zinnwaldite. HEX triplet: E7, BF and A6. RGB value is (231,191,166). Sum of RGB (Red+Green+Blue) = 231+191+166=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFA6 is #184059. Grayscale: #C8C8C8. Windows color (decimal): -1589338 or 10928103. OLE color: 10928103.

HSL color Cylindrical-coordinate representation of color #E7BFA6: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7BFA6 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 166 -
CMYK 0 0.17 0.28 0.09
HSL 23.08º 0.58% 0.78% -
HSV(B) 23.08º 0.28% 0.91% -
XYZ 58.47 57 44 -
YUV 200.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 231 191 166 0 0.17 0.28 0.09 23.08 0.58 0.78
Hex E7 BF A6 0 11 1C 9 17 3A 4E
Octal 347 277 246 0 21 34 11 27 72 116
Binary 11100111 10111111 10100110 0 10001 11100 1001 10111 111010 1001110

Color Harmonies of #E7BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFA6

Black with #E7BFA6

Text Example


Text Example

White with #E7BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFA6; }

 p { color: rgb(231,191,166); }

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

background-color css

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

 a { background-color: rgb(231,191,166); }

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

border-color css

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

 span { border-color: rgb(231,191,166); }

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