Html Css Color HEX #EBC3AF Zinnwaldite

📋 copy color: '#EBC3AF'

red 235 ◦ green 195 ◦ blue 175

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

Shades of Zinnwaldite #EBC3AF

Tints of Zinnwaldite #EBC3AF

RGB

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

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

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

R = 38.84%
G = 32.23%
B = 28.93%

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

#EBC3AF (or 0xEBC3AF) is known color: Zinnwaldite. HEX triplet: EB, C3 and AF. RGB value is (235,195,175). Sum of RGB (Red+Green+Blue) = 235+195+175=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3AF is #143C50. Grayscale: #CCCCCC. Windows color (decimal): -1326161 or 11518955. OLE color: 11518955.

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

Color convert

RGB 235 195 175 -
CMYK 0 0.17 0.26 0.08
HSL 20º 0.6% 0.8% -
HSV(B) 20º 0.26% 0.92% -
XYZ 61.51 59.79 48.86 -
YUV 204.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 235 195 175 0 0.17 0.26 0.08 20 0.6 0.8
Hex EB C3 AF 0 11 1A 8 14 3C 50
Octal 353 303 257 0 21 32 10 24 74 120
Binary 11101011 11000011 10101111 0 10001 11010 1000 10100 111100 1010000

Color Harmonies of #EBC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3AF

Black with #EBC3AF

Text Example


Text Example

White with #EBC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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