Html Css Color HEX #EBC2B1 Zinnwaldite

📋 copy color: '#EBC2B1'

red 235 ◦ green 194 ◦ blue 177

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

Shades of Zinnwaldite #EBC2B1

Tints of Zinnwaldite #EBC2B1

RGB

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

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

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

R = 38.78%
G = 32.01%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBC2B1 (or 0xEBC2B1) is known color: Zinnwaldite. HEX triplet: EB, C2 and B1. RGB value is (235,194,177). Sum of RGB (Red+Green+Blue) = 235+194+177=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2B1 is #143D4E. Grayscale: #CCCCCC. Windows color (decimal): -1326415 or 11649771. OLE color: 11649771.

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

Color convert

RGB 235 194 177 -
CMYK 0 0.17 0.25 0.08
HSL 17.59º 0.59% 0.81% -
HSV(B) 17.59º 0.25% 0.92% -
XYZ 61.49 59.42 49.82 -
YUV 204.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 235 194 177 0 0.17 0.25 0.08 17.59 0.59 0.81
Hex EB C2 B1 0 11 19 8 12 3B 51
Octal 353 302 261 0 21 31 10 22 73 121
Binary 11101011 11000010 10110001 0 10001 11001 1000 10010 111011 1010001

Color Harmonies of #EBC2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2B1

Black with #EBC2B1

Text Example


Text Example

White with #EBC2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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