Html Css Color HEX #E7BFAF Zinnwaldite

📋 copy color: '#E7BFAF'

red 231 ◦ green 191 ◦ blue 175

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

Shades of Zinnwaldite #E7BFAF

Tints of Zinnwaldite #E7BFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.31%

R = 38.69%
G = 31.99%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7BFAF (or 0xE7BFAF) is known color: Zinnwaldite. HEX triplet: E7, BF and AF. RGB value is (231,191,175). Sum of RGB (Red+Green+Blue) = 231+191+175=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFAF is #184050. Grayscale: #C9C9C9. Windows color (decimal): -1589329 or 11517927. OLE color: 11517927.

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

Color convert

RGB 231 191 175 -
CMYK 0 0.17 0.24 0.09
HSL 17.14º 0.54% 0.8% -
HSV(B) 17.14º 0.24% 0.91% -
XYZ 59.32 57.35 48.5 -
YUV 201.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 231 191 175 0 0.17 0.24 0.09 17.14 0.54 0.8
Hex E7 BF AF 0 11 18 9 11 36 50
Octal 347 277 257 0 21 30 11 21 66 120
Binary 11100111 10111111 10101111 0 10001 11000 1001 10001 110110 1010000

Color Harmonies of #E7BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFAF

Black with #E7BFAF

Text Example


Text Example

White with #E7BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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