Html Css Color HEX #EBC5B4 Zinnwaldite

📋 copy color: '#EBC5B4'

red 235 ◦ green 197 ◦ blue 180

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

Shades of Zinnwaldite #EBC5B4

Tints of Zinnwaldite #EBC5B4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 180 (70.7% from 255) = 29.41%

R = 38.4%
G = 32.19%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBC5B4 (or 0xEBC5B4) is known color: Zinnwaldite. HEX triplet: EB, C5 and B4. RGB value is (235,197,180). Sum of RGB (Red+Green+Blue) = 235+197+180=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B4 is #143A4B. Grayscale: #CECECE. Windows color (decimal): -1325644 or 11847147. OLE color: 11847147.

HSL color Cylindrical-coordinate representation of color #EBC5B4: hue angle of 18.55º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC5B4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 180 -
CMYK 0 0.16 0.23 0.08
HSL 18.55º 0.58% 0.81% -
HSV(B) 18.55º 0.23% 0.92% -
XYZ 62.47 60.89 51.64 -
YUV 206.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 235 197 180 0 0.16 0.23 0.08 18.55 0.58 0.81
Hex EB C5 B4 0 10 17 8 13 3A 51
Octal 353 305 264 0 20 27 10 23 72 121
Binary 11101011 11000101 10110100 0 10000 10111 1000 10011 111010 1010001

Color Harmonies of #EBC5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5B4

Black with #EBC5B4

Text Example


Text Example

White with #EBC5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5B4; }

 p { color: rgb(235,197,180); }

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

background-color css

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

 a { background-color: rgb(235,197,180); }

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

border-color css

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

 span { border-color: rgb(235,197,180); }

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