Html Css Color HEX #EBC3B0 Zinnwaldite

📋 copy color: '#EBC3B0'

red 235 ◦ green 195 ◦ blue 176

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

Shades of Zinnwaldite #EBC3B0

Tints of Zinnwaldite #EBC3B0

RGB

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

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

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

R = 38.78%
G = 32.18%
B = 29.04%

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

#EBC3B0 (or 0xEBC3B0) is known color: Zinnwaldite. HEX triplet: EB, C3 and B0. RGB value is (235,195,176). Sum of RGB (Red+Green+Blue) = 235+195+176=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3B0 is #143C4F. Grayscale: #CCCCCC. Windows color (decimal): -1326160 or 11584491. OLE color: 11584491.

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

Color convert

RGB 235 195 176 -
CMYK 0 0.17 0.25 0.08
HSL 19.32º 0.6% 0.81% -
HSV(B) 19.32º 0.25% 0.92% -
XYZ 61.61 59.83 49.37 -
YUV 204.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 235 195 176 0 0.17 0.25 0.08 19.32 0.6 0.81
Hex EB C3 B0 0 11 19 8 13 3C 51
Octal 353 303 260 0 21 31 10 23 74 121
Binary 11101011 11000011 10110000 0 10001 11001 1000 10011 111100 1010001

Color Harmonies of #EBC3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3B0

Black with #EBC3B0

Text Example


Text Example

White with #EBC3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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