Html Css Color HEX #EBC0B1 Zinnwaldite

📋 copy color: '#EBC0B1'

red 235 ◦ green 192 ◦ blue 177

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

Shades of Zinnwaldite #EBC0B1

Tints of Zinnwaldite #EBC0B1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.79%

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

R = 38.91%
G = 31.79%
B = 29.3%

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

#EBC0B1 (or 0xEBC0B1) is known color: Zinnwaldite. HEX triplet: EB, C0 and B1. RGB value is (235,192,177). Sum of RGB (Red+Green+Blue) = 235+192+177=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0B1 is #143F4E. Grayscale: #CBCBCB. Windows color (decimal): -1326927 or 11649259. OLE color: 11649259.

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

Color convert

RGB 235 192 177 -
CMYK 0 0.18 0.25 0.08
HSL 15.52º 0.59% 0.81% -
HSV(B) 15.52º 0.25% 0.92% -
XYZ 61.05 58.54 49.68 -
YUV 203.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 235 192 177 0 0.18 0.25 0.08 15.52 0.59 0.81
Hex EB C0 B1 0 12 19 8 10 3B 51
Octal 353 300 261 0 22 31 10 20 73 121
Binary 11101011 11000000 10110001 0 10010 11001 1000 10000 111011 1010001

Color Harmonies of #EBC0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0B1

Black with #EBC0B1

Text Example


Text Example

White with #EBC0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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