Html Css Color HEX #E7BDAD Zinnwaldite

📋 copy color: '#E7BDAD'

red 231 ◦ green 189 ◦ blue 173

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

Shades of Zinnwaldite #E7BDAD

Tints of Zinnwaldite #E7BDAD

RGB

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

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

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

R = 38.95%
G = 31.87%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7BDAD (or 0xE7BDAD) is known color: Zinnwaldite. HEX triplet: E7, BD and AD. RGB value is (231,189,173). Sum of RGB (Red+Green+Blue) = 231+189+173=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDAD is #184252. Grayscale: #C7C7C7. Windows color (decimal): -1589843 or 11386343. OLE color: 11386343.

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

Color convert

RGB 231 189 173 -
CMYK 0 0.18 0.25 0.09
HSL 16.55º 0.55% 0.79% -
HSV(B) 16.55º 0.25% 0.91% -
XYZ 58.7 56.4 47.33 -
YUV 199.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 231 189 173 0 0.18 0.25 0.09 16.55 0.55 0.79
Hex E7 BD AD 0 12 19 9 11 37 4F
Octal 347 275 255 0 22 31 11 21 67 117
Binary 11100111 10111101 10101101 0 10010 11001 1001 10001 110111 1001111

Color Harmonies of #E7BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDAD

Black with #E7BDAD

Text Example


Text Example

White with #E7BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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