Html Css Color HEX #E7BCAF Zinnwaldite

📋 copy color: '#E7BCAF'

red 231 ◦ green 188 ◦ blue 175

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

Shades of Zinnwaldite #E7BCAF

Tints of Zinnwaldite #E7BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 38.89%
G = 31.65%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7BCAF (or 0xE7BCAF) is known color: Zinnwaldite. HEX triplet: E7, BC and AF. RGB value is (231,188,175). Sum of RGB (Red+Green+Blue) = 231+188+175=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAF is #184350. Grayscale: #C7C7C7. Windows color (decimal): -1590097 or 11517159. OLE color: 11517159.

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

Color convert

RGB 231 188 175 -
CMYK 0 0.19 0.24 0.09
HSL 13.93º 0.54% 0.8% -
HSV(B) 13.93º 0.24% 0.91% -
XYZ 58.68 56.05 48.28 -
YUV 199.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 231 188 175 0 0.19 0.24 0.09 13.93 0.54 0.8
Hex E7 BC AF 0 13 18 9 E 36 50
Octal 347 274 257 0 23 30 11 16 66 120
Binary 11100111 10111100 10101111 0 10011 11000 1001 1110 110110 1010000

Color Harmonies of #E7BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCAF

Black with #E7BCAF

Text Example


Text Example

White with #E7BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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