Html Css Color HEX #EBC3B2 Zinnwaldite

📋 copy color: '#EBC3B2'

red 235 ◦ green 195 ◦ blue 178

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

Shades of Zinnwaldite #EBC3B2

Tints of Zinnwaldite #EBC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.07%

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

R = 38.65%
G = 32.07%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBC3B2 (or 0xEBC3B2) is known color: Zinnwaldite. HEX triplet: EB, C3 and B2. RGB value is (235,195,178). Sum of RGB (Red+Green+Blue) = 235+195+178=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3B2 is #143C4D. Grayscale: #CDCDCD. Windows color (decimal): -1326158 or 11715563. OLE color: 11715563.

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

Color convert

RGB 235 195 178 -
CMYK 0 0.17 0.24 0.08
HSL 17.89º 0.59% 0.81% -
HSV(B) 17.89º 0.24% 0.92% -
XYZ 61.81 59.91 50.42 -
YUV 205.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 235 195 178 0 0.17 0.24 0.08 17.89 0.59 0.81
Hex EB C3 B2 0 11 18 8 12 3B 51
Octal 353 303 262 0 21 30 10 22 73 121
Binary 11101011 11000011 10110010 0 10001 11000 1000 10010 111011 1010001

Color Harmonies of #EBC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3B2

Black with #EBC3B2

Text Example


Text Example

White with #EBC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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