Html Css Color HEX #E5BDAF Zinnwaldite

📋 copy color: '#E5BDAF'

red 229 ◦ green 189 ◦ blue 175

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

Shades of Zinnwaldite #E5BDAF

Tints of Zinnwaldite #E5BDAF

RGB

 RED value IS 229 (89.84% from 255) = 38.62%

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

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

R = 38.62%
G = 31.87%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5BDAF (or 0xE5BDAF) is known color: Zinnwaldite. HEX triplet: E5, BD and AF. RGB value is (229,189,175). Sum of RGB (Red+Green+Blue) = 229+189+175=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BDAF is #1A4250. Grayscale: #C7C7C7. Windows color (decimal): -1720913 or 11517413. OLE color: 11517413.

HSL color Cylindrical-coordinate representation of color #E5BDAF: hue angle of 15.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BDAF is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 175 -
CMYK 0 0.17 0.24 0.10
HSL 15.56º 0.51% 0.79% -
HSV(B) 15.56º 0.24% 0.9% -
XYZ 58.25 56.15 48.33 -
YUV 199.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 229 189 175 0 0.17 0.24 0.10 15.56 0.51 0.79
Hex E5 BD AF 0 11 18 A 10 33 4F
Octal 345 275 257 0 21 30 12 20 63 117
Binary 11100101 10111101 10101111 0 10001 11000 1010 10000 110011 1001111

Color Harmonies of #E5BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDAF

Black with #E5BDAF

Text Example


Text Example

White with #E5BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDAF; }

 p { color: rgb(229,189,175); }

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

background-color css

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

 a { background-color: rgb(229,189,175); }

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

border-color css

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

 span { border-color: rgb(229,189,175); }

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