Html Css Color HEX #EBC0AF Zinnwaldite

📋 copy color: '#EBC0AF'

red 235 ◦ green 192 ◦ blue 175

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

Shades of Zinnwaldite #EBC0AF

Tints of Zinnwaldite #EBC0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 39.04%
G = 31.89%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBC0AF (or 0xEBC0AF) is known color: Zinnwaldite. HEX triplet: EB, C0 and AF. RGB value is (235,192,175). Sum of RGB (Red+Green+Blue) = 235+192+175=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0AF is #143F50. Grayscale: #CBCBCB. Windows color (decimal): -1326929 or 11518187. OLE color: 11518187.

HSL color Cylindrical-coordinate representation of color #EBC0AF: hue angle of 17º degrees, saturation: 0.6, 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 #EBC0AF is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 175 -
CMYK 0 0.18 0.26 0.08
HSL 17º 0.6% 0.8% -
HSV(B) 17º 0.26% 0.92% -
XYZ 60.85 58.46 48.63 -
YUV 202.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 235 192 175 0 0.18 0.26 0.08 17 0.6 0.8
Hex EB C0 AF 0 12 1A 8 11 3C 50
Octal 353 300 257 0 22 32 10 21 74 120
Binary 11101011 11000000 10101111 0 10010 11010 1000 10001 111100 1010000

Color Harmonies of #EBC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0AF

Black with #EBC0AF

Text Example


Text Example

White with #EBC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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