Html Css Color HEX #E7BBA5 Zinnwaldite

📋 copy color: '#E7BBA5'

red 231 ◦ green 187 ◦ blue 165

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

Shades of Zinnwaldite #E7BBA5

Tints of Zinnwaldite #E7BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.08%

 BLUE value IS 165 (64.84% from 255) = 28.3%

R = 39.62%
G = 32.08%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E7BBA5 (or 0xE7BBA5) is known color: Zinnwaldite. HEX triplet: E7, BB and A5. RGB value is (231,187,165). Sum of RGB (Red+Green+Blue) = 231+187+165=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBA5 is #18445A. Grayscale: #C5C5C5. Windows color (decimal): -1590363 or 10861543. OLE color: 10861543.

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

Color convert

RGB 231 187 165 -
CMYK 0 0.19 0.29 0.09
HSL 20º 0.58% 0.78% -
HSV(B) 20º 0.29% 0.91% -
XYZ 57.52 55.25 43.23 -
YUV 197.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 231 187 165 0 0.19 0.29 0.09 20 0.58 0.78
Hex E7 BB A5 0 13 1D 9 14 3A 4E
Octal 347 273 245 0 23 35 11 24 72 116
Binary 11100111 10111011 10100101 0 10011 11101 1001 10100 111010 1001110

Color Harmonies of #E7BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BBA5

Black with #E7BBA5

Text Example


Text Example

White with #E7BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BBA5; }

 p { color: rgb(231,187,165); }

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

background-color css

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

 a { background-color: rgb(231,187,165); }

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

border-color css

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

 span { border-color: rgb(231,187,165); }

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