Html Css Color HEX #EBC5B5 Zinnwaldite

📋 copy color: '#EBC5B5'

red 235 ◦ green 197 ◦ blue 181

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

Shades of Zinnwaldite #EBC5B5

Tints of Zinnwaldite #EBC5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.53%

R = 38.34%
G = 32.14%
B = 29.53%

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

#EBC5B5 (or 0xEBC5B5) is known color: Zinnwaldite. HEX triplet: EB, C5 and B5. RGB value is (235,197,181). Sum of RGB (Red+Green+Blue) = 235+197+181=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B5 is #143A4A. Grayscale: #CECECE. Windows color (decimal): -1325643 or 11912683. OLE color: 11912683.

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

Color convert

RGB 235 197 181 -
CMYK 0 0.16 0.23 0.08
HSL 17.78º 0.57% 0.82% -
HSV(B) 17.78º 0.23% 0.92% -
XYZ 62.57 60.93 52.18 -
YUV 206.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 235 197 181 0 0.16 0.23 0.08 17.78 0.57 0.82
Hex EB C5 B5 0 10 17 8 12 39 52
Octal 353 305 265 0 20 27 10 22 71 122
Binary 11101011 11000101 10110101 0 10000 10111 1000 10010 111001 1010010

Color Harmonies of #EBC5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5B5

Black with #EBC5B5

Text Example


Text Example

White with #EBC5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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