Html Css Color HEX #EBC4AF Zinnwaldite

📋 copy color: '#EBC4AF'

red 235 ◦ green 196 ◦ blue 175

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

Shades of Zinnwaldite #EBC4AF

Tints of Zinnwaldite #EBC4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

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

R = 38.78%
G = 32.34%
B = 28.88%

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

#EBC4AF (or 0xEBC4AF) is known color: Zinnwaldite. HEX triplet: EB, C4 and AF. RGB value is (235,196,175). Sum of RGB (Red+Green+Blue) = 235+196+175=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AF is #143B50. Grayscale: #CDCDCD. Windows color (decimal): -1325905 or 11519211. OLE color: 11519211.

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

Color convert

RGB 235 196 175 -
CMYK 0 0.17 0.26 0.08
HSL 21º 0.6% 0.8% -
HSV(B) 21º 0.26% 0.92% -
XYZ 61.74 60.24 48.93 -
YUV 205.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 235 196 175 0 0.17 0.26 0.08 21 0.6 0.8
Hex EB C4 AF 0 11 1A 8 15 3C 50
Octal 353 304 257 0 21 32 10 25 74 120
Binary 11101011 11000100 10101111 0 10001 11010 1000 10101 111100 1010000

Color Harmonies of #EBC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4AF

Black with #EBC4AF

Text Example


Text Example

White with #EBC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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