Html Css Color HEX #EBC3AA Zinnwaldite

📋 copy color: '#EBC3AA'

red 235 ◦ green 195 ◦ blue 170

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

Shades of Zinnwaldite #EBC3AA

Tints of Zinnwaldite #EBC3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.33%

R = 39.17%
G = 32.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC3AA (or 0xEBC3AA) is known color: Zinnwaldite. HEX triplet: EB, C3 and AA. RGB value is (235,195,170). Sum of RGB (Red+Green+Blue) = 235+195+170=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3AA is #143C55. Grayscale: #CCCCCC. Windows color (decimal): -1326166 or 11191275. OLE color: 11191275.

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

Color convert

RGB 235 195 170 -
CMYK 0 0.17 0.28 0.08
HSL 23.08º 0.62% 0.79% -
HSV(B) 23.08º 0.28% 0.92% -
XYZ 61.03 59.59 46.32 -
YUV 204.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 235 195 170 0 0.17 0.28 0.08 23.08 0.62 0.79
Hex EB C3 AA 0 11 1C 8 17 3E 4F
Octal 353 303 252 0 21 34 10 27 76 117
Binary 11101011 11000011 10101010 0 10001 11100 1000 10111 111110 1001111

Color Harmonies of #EBC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3AA

Black with #EBC3AA

Text Example


Text Example

White with #EBC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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