Html Css Color HEX #EBC3A9 Zinnwaldite

📋 copy color: '#EBC3A9'

red 235 ◦ green 195 ◦ blue 169

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

Shades of Zinnwaldite #EBC3A9

Tints of Zinnwaldite #EBC3A9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.55%

 BLUE value IS 169 (66.41% from 255) = 28.21%

R = 39.23%
G = 32.55%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC3A9 (or 0xEBC3A9) is known color: Zinnwaldite. HEX triplet: EB, C3 and A9. RGB value is (235,195,169). Sum of RGB (Red+Green+Blue) = 235+195+169=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3A9 is #143C56. Grayscale: #CCCCCC. Windows color (decimal): -1326167 or 11125739. OLE color: 11125739.

HSL color Cylindrical-coordinate representation of color #EBC3A9: hue angle of 23.64º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBC3A9 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 169 -
CMYK 0 0.17 0.28 0.08
HSL 23.64º 0.62% 0.79% -
HSV(B) 23.64º 0.28% 0.92% -
XYZ 60.94 59.56 45.82 -
YUV 204 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 235 195 169 0 0.17 0.28 0.08 23.64 0.62 0.79
Hex EB C3 A9 0 11 1C 8 18 3E 4F
Octal 353 303 251 0 21 34 10 30 76 117
Binary 11101011 11000011 10101001 0 10001 11100 1000 11000 111110 1001111

Color Harmonies of #EBC3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3A9

Black with #EBC3A9

Text Example


Text Example

White with #EBC3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3A9; }

 p { color: rgb(235,195,169); }

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

background-color css

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

 a { background-color: rgb(235,195,169); }

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

border-color css

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

 span { border-color: rgb(235,195,169); }

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