Html Css Color HEX #EBC0A6 Zinnwaldite

📋 copy color: '#EBC0A6'

red 235 ◦ green 192 ◦ blue 166

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

Shades of Zinnwaldite #EBC0A6

Tints of Zinnwaldite #EBC0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 39.63%
G = 32.38%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBC0A6 (or 0xEBC0A6) is known color: Zinnwaldite. HEX triplet: EB, C0 and A6. RGB value is (235,192,166). Sum of RGB (Red+Green+Blue) = 235+192+166=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A6 is #143F59. Grayscale: #CACACA. Windows color (decimal): -1326938 or 10928363. OLE color: 10928363.

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

Color convert

RGB 235 192 166 -
CMYK 0 0.18 0.29 0.08
HSL 22.61º 0.63% 0.79% -
HSV(B) 22.61º 0.29% 0.92% -
XYZ 59.99 58.11 44.13 -
YUV 201.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 235 192 166 0 0.18 0.29 0.08 22.61 0.63 0.79
Hex EB C0 A6 0 12 1D 8 17 3F 4F
Octal 353 300 246 0 22 35 10 27 77 117
Binary 11101011 11000000 10100110 0 10010 11101 1000 10111 111111 1001111

Color Harmonies of #EBC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0A6

Black with #EBC0A6

Text Example


Text Example

White with #EBC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0A6; }

 p { color: rgb(235,192,166); }

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

background-color css

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

 a { background-color: rgb(235,192,166); }

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

border-color css

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

 span { border-color: rgb(235,192,166); }

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