Html Css Color HEX #E7BFB0 Zinnwaldite

📋 copy color: '#E7BFB0'

red 231 ◦ green 191 ◦ blue 176

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

Shades of Zinnwaldite #E7BFB0

Tints of Zinnwaldite #E7BFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.43%

R = 38.63%
G = 31.94%
B = 29.43%

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

#E7BFB0 (or 0xE7BFB0) is known color: Zinnwaldite. HEX triplet: E7, BF and B0. RGB value is (231,191,176). Sum of RGB (Red+Green+Blue) = 231+191+176=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFB0 is #18404F. Grayscale: #C9C9C9. Windows color (decimal): -1589328 or 11583463. OLE color: 11583463.

HSL color Cylindrical-coordinate representation of color #E7BFB0: hue angle of 16.36º degrees, saturation: 0.53, 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 #E7BFB0 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 176 -
CMYK 0 0.17 0.24 0.09
HSL 16.36º 0.53% 0.8% -
HSV(B) 16.36º 0.24% 0.91% -
XYZ 59.42 57.39 49.02 -
YUV 201.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 231 191 176 0 0.17 0.24 0.09 16.36 0.53 0.8
Hex E7 BF B0 0 11 18 9 10 35 50
Octal 347 277 260 0 21 30 11 20 65 120
Binary 11100111 10111111 10110000 0 10001 11000 1001 10000 110101 1010000

Color Harmonies of #E7BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BFB0

Black with #E7BFB0

Text Example


Text Example

White with #E7BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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