Html Css Color HEX #EBC6B2 Zinnwaldite

📋 copy color: '#EBC6B2'

red 235 ◦ green 198 ◦ blue 178

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

Shades of Zinnwaldite #EBC6B2

Tints of Zinnwaldite #EBC6B2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.41%

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

R = 38.46%
G = 32.41%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBC6B2 (or 0xEBC6B2) is known color: Zinnwaldite. HEX triplet: EB, C6 and B2. RGB value is (235,198,178). Sum of RGB (Red+Green+Blue) = 235+198+178=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6B2 is #14394D. Grayscale: #CECECE. Windows color (decimal): -1325390 or 11716331. OLE color: 11716331.

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

Color convert

RGB 235 198 178 -
CMYK 0 0.16 0.24 0.08
HSL 21.05º 0.59% 0.81% -
HSV(B) 21.05º 0.24% 0.92% -
XYZ 62.49 61.26 50.65 -
YUV 206.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 235 198 178 0 0.16 0.24 0.08 21.05 0.59 0.81
Hex EB C6 B2 0 10 18 8 15 3B 51
Octal 353 306 262 0 20 30 10 25 73 121
Binary 11101011 11000110 10110010 0 10000 11000 1000 10101 111011 1010001

Color Harmonies of #EBC6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6B2

Black with #EBC6B2

Text Example


Text Example

White with #EBC6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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