Html Css Color HEX #E7BDA5 Zinnwaldite

📋 copy color: '#E7BDA5'

red 231 ◦ green 189 ◦ blue 165

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

Shades of Zinnwaldite #E7BDA5

Tints of Zinnwaldite #E7BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.31%

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

R = 39.49%
G = 32.31%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E7BDA5 (or 0xE7BDA5) is known color: Zinnwaldite. HEX triplet: E7, BD and A5. RGB value is (231,189,165). Sum of RGB (Red+Green+Blue) = 231+189+165=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA5 is #18425A. Grayscale: #C6C6C6. Windows color (decimal): -1589851 or 10862055. OLE color: 10862055.

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

Color convert

RGB 231 189 165 -
CMYK 0 0.18 0.29 0.09
HSL 21.82º 0.58% 0.78% -
HSV(B) 21.82º 0.29% 0.91% -
XYZ 57.94 56.1 43.37 -
YUV 198.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 231 189 165 0 0.18 0.29 0.09 21.82 0.58 0.78
Hex E7 BD A5 0 12 1D 9 16 3A 4E
Octal 347 275 245 0 22 35 11 26 72 116
Binary 11100111 10111101 10100101 0 10010 11101 1001 10110 111010 1001110

Color Harmonies of #E7BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDA5

Black with #E7BDA5

Text Example


Text Example

White with #E7BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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