Html Css Color HEX #EBC6B1 Zinnwaldite

📋 copy color: '#EBC6B1'

red 235 ◦ green 198 ◦ blue 177

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

Shades of Zinnwaldite #EBC6B1

Tints of Zinnwaldite #EBC6B1

RGB

 RED value IS 235 (92.19% from 255) = 38.52%

 GREEN value IS 198 (77.73% from 255) = 32.46%

 BLUE value IS 177 (69.53% from 255) = 29.02%

R = 38.52%
G = 32.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBC6B1 (or 0xEBC6B1) is known color: Zinnwaldite. HEX triplet: EB, C6 and B1. RGB value is (235,198,177). Sum of RGB (Red+Green+Blue) = 235+198+177=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6B1 is #14394E. Grayscale: #CECECE. Windows color (decimal): -1325391 or 11650795. OLE color: 11650795.

HSL color Cylindrical-coordinate representation of color #EBC6B1: hue angle of 21.72º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC6B1 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 177 -
CMYK 0 0.16 0.25 0.08
HSL 21.72º 0.59% 0.81% -
HSV(B) 21.72º 0.25% 0.92% -
XYZ 62.39 61.22 50.12 -
YUV 206.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 235 198 177 0 0.16 0.25 0.08 21.72 0.59 0.81
Hex EB C6 B1 0 10 19 8 16 3B 51
Octal 353 306 261 0 20 31 10 26 73 121
Binary 11101011 11000110 10110001 0 10000 11001 1000 10110 111011 1010001

Color Harmonies of #EBC6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6B1

Black with #EBC6B1

Text Example


Text Example

White with #EBC6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6B1; }

 p { color: rgb(235,198,177); }

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

background-color css

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

 a { background-color: rgb(235,198,177); }

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

border-color css

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

 span { border-color: rgb(235,198,177); }

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