Html Css Color HEX #EBC1AB Zinnwaldite

📋 copy color: '#EBC1AB'

red 235 ◦ green 193 ◦ blue 171

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

Shades of Zinnwaldite #EBC1AB

Tints of Zinnwaldite #EBC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.22%

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 39.23%
G = 32.22%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBC1AB (or 0xEBC1AB) is known color: Zinnwaldite. HEX triplet: EB, C1 and AB. RGB value is (235,193,171). Sum of RGB (Red+Green+Blue) = 235+193+171=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1AB is #143E54. Grayscale: #CBCBCB. Windows color (decimal): -1326677 or 11256299. OLE color: 11256299.

HSL color Cylindrical-coordinate representation of color #EBC1AB: hue angle of 20.62º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBC1AB is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 171 -
CMYK 0 0.18 0.27 0.08
HSL 20.63º 0.62% 0.8% -
HSV(B) 20.63º 0.27% 0.92% -
XYZ 60.68 58.74 46.67 -
YUV 203.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 235 193 171 0 0.18 0.27 0.08 20.63 0.62 0.8
Hex EB C1 AB 0 12 1B 8 15 3E 50
Octal 353 301 253 0 22 33 10 25 76 120
Binary 11101011 11000001 10101011 0 10010 11011 1000 10101 111110 1010000

Color Harmonies of #EBC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1AB

Black with #EBC1AB

Text Example


Text Example

White with #EBC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1AB; }

 p { color: rgb(235,193,171); }

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

background-color css

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

 a { background-color: rgb(235,193,171); }

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

border-color css

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

 span { border-color: rgb(235,193,171); }

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