Html Css Color HEX #EBC8B6 Zinnwaldite

📋 copy color: '#EBC8B6'

red 235 ◦ green 200 ◦ blue 182

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

Shades of Zinnwaldite #EBC8B6

Tints of Zinnwaldite #EBC8B6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.41%

 BLUE value IS 182 (71.48% from 255) = 29.5%

R = 38.09%
G = 32.41%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBC8B6 (or 0xEBC8B6) is known color: Zinnwaldite. HEX triplet: EB, C8 and B6. RGB value is (235,200,182). Sum of RGB (Red+Green+Blue) = 235+200+182=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8B6 is #143749. Grayscale: #D0D0D0. Windows color (decimal): -1324874 or 11978987. OLE color: 11978987.

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

Color convert

RGB 235 200 182 -
CMYK 0 0.15 0.23 0.08
HSL 20.38º 0.57% 0.82% -
HSV(B) 20.38º 0.23% 0.92% -
XYZ 63.36 62.35 52.95 -
YUV 208.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 235 200 182 0 0.15 0.23 0.08 20.38 0.57 0.82
Hex EB C8 B6 0 F 17 8 14 39 52
Octal 353 310 266 0 17 27 10 24 71 122
Binary 11101011 11001000 10110110 0 1111 10111 1000 10100 111001 1010010

Color Harmonies of #EBC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8B6

Black with #EBC8B6

Text Example


Text Example

White with #EBC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8B6; }

 p { color: rgb(235,200,182); }

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

background-color css

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

 a { background-color: rgb(235,200,182); }

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

border-color css

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

 span { border-color: rgb(235,200,182); }

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