Html Css Color HEX #EBC2B0 Zinnwaldite

📋 copy color: '#EBC2B0'

red 235 ◦ green 194 ◦ blue 176

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

Shades of Zinnwaldite #EBC2B0

Tints of Zinnwaldite #EBC2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.09%

R = 38.84%
G = 32.07%
B = 29.09%

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

#EBC2B0 (or 0xEBC2B0) is known color: Zinnwaldite. HEX triplet: EB, C2 and B0. RGB value is (235,194,176). Sum of RGB (Red+Green+Blue) = 235+194+176=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2B0 is #143D4F. Grayscale: #CCCCCC. Windows color (decimal): -1326416 or 11584235. OLE color: 11584235.

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

Color convert

RGB 235 194 176 -
CMYK 0 0.17 0.25 0.08
HSL 18.31º 0.6% 0.81% -
HSV(B) 18.31º 0.25% 0.92% -
XYZ 61.39 59.38 49.3 -
YUV 204.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 235 194 176 0 0.17 0.25 0.08 18.31 0.6 0.81
Hex EB C2 B0 0 11 19 8 12 3C 51
Octal 353 302 260 0 21 31 10 22 74 121
Binary 11101011 11000010 10110000 0 10001 11001 1000 10010 111100 1010001

Color Harmonies of #EBC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2B0

Black with #EBC2B0

Text Example


Text Example

White with #EBC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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