Html Css Color HEX #EBC1AF Zinnwaldite

📋 copy color: '#EBC1AF'

red 235 ◦ green 193 ◦ blue 175

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

Shades of Zinnwaldite #EBC1AF

Tints of Zinnwaldite #EBC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.01%

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

R = 38.97%
G = 32.01%
B = 29.02%

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

#EBC1AF (or 0xEBC1AF) is known color: Zinnwaldite. HEX triplet: EB, C1 and AF. RGB value is (235,193,175). Sum of RGB (Red+Green+Blue) = 235+193+175=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1AF is #143E50. Grayscale: #CBCBCB. Windows color (decimal): -1326673 or 11518443. OLE color: 11518443.

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

Color convert

RGB 235 193 175 -
CMYK 0 0.18 0.26 0.08
HSL 18º 0.6% 0.8% -
HSV(B) 18º 0.26% 0.92% -
XYZ 61.07 58.9 48.71 -
YUV 203.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 235 193 175 0 0.18 0.26 0.08 18 0.6 0.8
Hex EB C1 AF 0 12 1A 8 12 3C 50
Octal 353 301 257 0 22 32 10 22 74 120
Binary 11101011 11000001 10101111 0 10010 11010 1000 10010 111100 1010000

Color Harmonies of #EBC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1AF

Black with #EBC1AF

Text Example


Text Example

White with #EBC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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