Html Css Color HEX #E5C0B2 Zinnwaldite

📋 copy color: '#E5C0B2'

red 229 ◦ green 192 ◦ blue 178

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

Shades of Zinnwaldite #E5C0B2

Tints of Zinnwaldite #E5C0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.05%

 BLUE value IS 178 (69.92% from 255) = 29.72%

R = 38.23%
G = 32.05%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E5C0B2 (or 0xE5C0B2) is known color: Zinnwaldite. HEX triplet: E5, C0 and B2. RGB value is (229,192,178). Sum of RGB (Red+Green+Blue) = 229+192+178=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C0B2 is #1A3F4D. Grayscale: #C9C9C9. Windows color (decimal): -1720142 or 11714789. OLE color: 11714789.

HSL color Cylindrical-coordinate representation of color #E5C0B2: hue angle of 16.47º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5C0B2 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 178 -
CMYK 0 0.16 0.22 0.10
HSL 16.47º 0.5% 0.8% -
HSV(B) 16.47º 0.22% 0.9% -
XYZ 59.2 57.57 50.11 -
YUV 201.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 229 192 178 0 0.16 0.22 0.10 16.47 0.5 0.8
Hex E5 C0 B2 0 10 16 A 10 32 50
Octal 345 300 262 0 20 26 12 20 62 120
Binary 11100101 11000000 10110010 0 10000 10110 1010 10000 110010 1010000

Color Harmonies of #E5C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C0B2

Black with #E5C0B2

Text Example


Text Example

White with #E5C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C0B2; }

 p { color: rgb(229,192,178); }

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

background-color css

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

 a { background-color: rgb(229,192,178); }

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

border-color css

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

 span { border-color: rgb(229,192,178); }

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