Html Css Color HEX #EBC1B2 Zinnwaldite

📋 copy color: '#EBC1B2'

red 235 ◦ green 193 ◦ blue 178

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

Shades of Zinnwaldite #EBC1B2

Tints of Zinnwaldite #EBC1B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 38.78%
G = 31.85%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBC1B2 (or 0xEBC1B2) is known color: Zinnwaldite. HEX triplet: EB, C1 and B2. RGB value is (235,193,178). Sum of RGB (Red+Green+Blue) = 235+193+178=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1B2 is #143E4D. Grayscale: #CBCBCB. Windows color (decimal): -1326670 or 11715051. OLE color: 11715051.

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

Color convert

RGB 235 193 178 -
CMYK 0 0.18 0.24 0.08
HSL 15.79º 0.59% 0.81% -
HSV(B) 15.79º 0.24% 0.92% -
XYZ 61.37 59.02 50.28 -
YUV 203.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 235 193 178 0 0.18 0.24 0.08 15.79 0.59 0.81
Hex EB C1 B2 0 12 18 8 10 3B 51
Octal 353 301 262 0 22 30 10 20 73 121
Binary 11101011 11000001 10110010 0 10010 11000 1000 10000 111011 1010001

Color Harmonies of #EBC1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1B2

Black with #EBC1B2

Text Example


Text Example

White with #EBC1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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