Html Css Color HEX #EBC2AB Zinnwaldite

📋 copy color: '#EBC2AB'

red 235 ◦ green 194 ◦ blue 171

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

Shades of Zinnwaldite #EBC2AB

Tints of Zinnwaldite #EBC2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.33%

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

R = 39.17%
G = 32.33%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBC2AB (or 0xEBC2AB) is known color: Zinnwaldite. HEX triplet: EB, C2 and AB. RGB value is (235,194,171). Sum of RGB (Red+Green+Blue) = 235+194+171=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AB is #143D54. Grayscale: #CBCBCB. Windows color (decimal): -1326421 or 11256555. OLE color: 11256555.

HSL color Cylindrical-coordinate representation of color #EBC2AB: hue angle of 21.56º 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 #EBC2AB is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 171 -
CMYK 0 0.17 0.27 0.08
HSL 21.56º 0.62% 0.8% -
HSV(B) 21.56º 0.27% 0.92% -
XYZ 60.9 59.19 46.74 -
YUV 203.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 235 194 171 0 0.17 0.27 0.08 21.56 0.62 0.8
Hex EB C2 AB 0 11 1B 8 16 3E 50
Octal 353 302 253 0 21 33 10 26 76 120
Binary 11101011 11000010 10101011 0 10001 11011 1000 10110 111110 1010000

Color Harmonies of #EBC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2AB

Black with #EBC2AB

Text Example


Text Example

White with #EBC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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