Html Css Color HEX #E5BCA8 Zinnwaldite

📋 copy color: '#E5BCA8'

red 229 ◦ green 188 ◦ blue 168

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

Shades of Zinnwaldite #E5BCA8

Tints of Zinnwaldite #E5BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.72%

R = 39.15%
G = 32.14%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E5BCA8 (or 0xE5BCA8) is known color: Zinnwaldite. HEX triplet: E5, BC and A8. RGB value is (229,188,168). Sum of RGB (Red+Green+Blue) = 229+188+168=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCA8 is #1A4357. Grayscale: #C6C6C6. Windows color (decimal): -1721176 or 11058405. OLE color: 11058405.

HSL color Cylindrical-coordinate representation of color #E5BCA8: hue angle of 19.67º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BCA8 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 168 -
CMYK 0 0.18 0.27 0.10
HSL 19.67º 0.54% 0.78% -
HSV(B) 19.67º 0.27% 0.9% -
XYZ 57.36 55.45 44.73 -
YUV 197.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 229 188 168 0 0.18 0.27 0.10 19.67 0.54 0.78
Hex E5 BC A8 0 12 1B A 14 36 4E
Octal 345 274 250 0 22 33 12 24 66 116
Binary 11100101 10111100 10101000 0 10010 11011 1010 10100 110110 1001110

Color Harmonies of #E5BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCA8

Black with #E5BCA8

Text Example


Text Example

White with #E5BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCA8; }

 p { color: rgb(229,188,168); }

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

background-color css

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

 a { background-color: rgb(229,188,168); }

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

border-color css

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

 span { border-color: rgb(229,188,168); }

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