Html Css Color HEX #EBC1B1 Zinnwaldite

📋 copy color: '#EBC1B1'

red 235 ◦ green 193 ◦ blue 177

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

Shades of Zinnwaldite #EBC1B1

Tints of Zinnwaldite #EBC1B1

RGB

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

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

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

R = 38.84%
G = 31.9%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBC1B1 (or 0xEBC1B1) is known color: Zinnwaldite. HEX triplet: EB, C1 and B1. RGB value is (235,193,177). Sum of RGB (Red+Green+Blue) = 235+193+177=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1B1 is #143E4E. Grayscale: #CBCBCB. Windows color (decimal): -1326671 or 11649515. OLE color: 11649515.

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

Color convert

RGB 235 193 177 -
CMYK 0 0.18 0.25 0.08
HSL 16.55º 0.59% 0.81% -
HSV(B) 16.55º 0.25% 0.92% -
XYZ 61.27 58.98 49.75 -
YUV 203.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 235 193 177 0 0.18 0.25 0.08 16.55 0.59 0.81
Hex EB C1 B1 0 12 19 8 11 3B 51
Octal 353 301 261 0 22 31 10 21 73 121
Binary 11101011 11000001 10110001 0 10010 11001 1000 10001 111011 1010001

Color Harmonies of #EBC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1B1

Black with #EBC1B1

Text Example


Text Example

White with #EBC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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