Html Css Color HEX #EBC1AC Zinnwaldite

📋 copy color: '#EBC1AC'

red 235 ◦ green 193 ◦ blue 172

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

Shades of Zinnwaldite #EBC1AC

Tints of Zinnwaldite #EBC1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.67%

R = 39.17%
G = 32.17%
B = 28.67%

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

#EBC1AC (or 0xEBC1AC) is known color: Zinnwaldite. HEX triplet: EB, C1 and AC. RGB value is (235,193,172). Sum of RGB (Red+Green+Blue) = 235+193+172=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1AC is #143E53. Grayscale: #CBCBCB. Windows color (decimal): -1326676 or 11321835. OLE color: 11321835.

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

Color convert

RGB 235 193 172 -
CMYK 0 0.18 0.27 0.08
HSL 20º 0.61% 0.8% -
HSV(B) 20º 0.27% 0.92% -
XYZ 60.78 58.78 47.17 -
YUV 203.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 235 193 172 0 0.18 0.27 0.08 20 0.61 0.8
Hex EB C1 AC 0 12 1B 8 14 3D 50
Octal 353 301 254 0 22 33 10 24 75 120
Binary 11101011 11000001 10101100 0 10010 11011 1000 10100 111101 1010000

Color Harmonies of #EBC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1AC

Black with #EBC1AC

Text Example


Text Example

White with #EBC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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