Html Css Color HEX #E7BCAD Zinnwaldite

📋 copy color: '#E7BCAD'

red 231 ◦ green 188 ◦ blue 173

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

Shades of Zinnwaldite #E7BCAD

Tints of Zinnwaldite #E7BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.22%

R = 39.02%
G = 31.76%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7BCAD (or 0xE7BCAD) is known color: Zinnwaldite. HEX triplet: E7, BC and AD. RGB value is (231,188,173). Sum of RGB (Red+Green+Blue) = 231+188+173=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAD is #184352. Grayscale: #C7C7C7. Windows color (decimal): -1590099 or 11386087. OLE color: 11386087.

HSL color Cylindrical-coordinate representation of color #E7BCAD: hue angle of 15.52º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BCAD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 188 173 -
CMYK 0 0.19 0.25 0.09
HSL 15.52º 0.55% 0.79% -
HSV(B) 15.52º 0.25% 0.91% -
XYZ 58.48 55.97 47.26 -
YUV 199.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 231 188 173 0 0.19 0.25 0.09 15.52 0.55 0.79
Hex E7 BC AD 0 13 19 9 10 37 4F
Octal 347 274 255 0 23 31 11 20 67 117
Binary 11100111 10111100 10101101 0 10011 11001 1001 10000 110111 1001111

Color Harmonies of #E7BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCAD

Black with #E7BCAD

Text Example


Text Example

White with #E7BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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