Html Css Color HEX #EBC3AD Zinnwaldite

📋 copy color: '#EBC3AD'

red 235 ◦ green 195 ◦ blue 173

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

Shades of Zinnwaldite #EBC3AD

Tints of Zinnwaldite #EBC3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.69%

R = 38.97%
G = 32.34%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBC3AD (or 0xEBC3AD) is known color: Zinnwaldite. HEX triplet: EB, C3 and AD. RGB value is (235,195,173). Sum of RGB (Red+Green+Blue) = 235+195+173=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3AD is #143C52. Grayscale: #CCCCCC. Windows color (decimal): -1326163 or 11387883. OLE color: 11387883.

HSL color Cylindrical-coordinate representation of color #EBC3AD: hue angle of 21.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBC3AD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 173 -
CMYK 0 0.17 0.26 0.08
HSL 21.29º 0.61% 0.8% -
HSV(B) 21.29º 0.26% 0.92% -
XYZ 61.32 59.71 47.83 -
YUV 204.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 235 195 173 0 0.17 0.26 0.08 21.29 0.61 0.8
Hex EB C3 AD 0 11 1A 8 15 3D 50
Octal 353 303 255 0 21 32 10 25 75 120
Binary 11101011 11000011 10101101 0 10001 11010 1000 10101 111101 1010000

Color Harmonies of #EBC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3AD

Black with #EBC3AD

Text Example


Text Example

White with #EBC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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