Html Css Color HEX #E9BCAC Zinnwaldite

📋 copy color: '#E9BCAC'

red 233 ◦ green 188 ◦ blue 172

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

Shades of Zinnwaldite #E9BCAC

Tints of Zinnwaldite #E9BCAC

RGB

 RED value IS 233 (91.41% from 255) = 39.29%

 GREEN value IS 188 (73.83% from 255) = 31.7%

 BLUE value IS 172 (67.58% from 255) = 29.01%

R = 39.29%
G = 31.7%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E9BCAC (or 0xE9BCAC) is known color: Zinnwaldite. HEX triplet: E9, BC and AC. RGB value is (233,188,172). Sum of RGB (Red+Green+Blue) = 233+188+172=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCAC is #164353. Grayscale: #C7C7C7. Windows color (decimal): -1459028 or 11320553. OLE color: 11320553.

HSL color Cylindrical-coordinate representation of color #E9BCAC: hue angle of 15.74º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BCAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 188 172 -
CMYK 0 0.19 0.26 0.09
HSL 15.74º 0.58% 0.79% -
HSV(B) 15.74º 0.26% 0.91% -
XYZ 59.03 56.27 46.78 -
YUV 199.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 233 188 172 0 0.19 0.26 0.09 15.74 0.58 0.79
Hex E9 BC AC 0 13 1A 9 10 3A 4F
Octal 351 274 254 0 23 32 11 20 72 117
Binary 11101001 10111100 10101100 0 10011 11010 1001 10000 111010 1001111

Color Harmonies of #E9BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BCAC

Black with #E9BCAC

Text Example


Text Example

White with #E9BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BCAC; }

 p { color: rgb(233,188,172); }

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

background-color css

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

 a { background-color: rgb(233,188,172); }

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

border-color css

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

 span { border-color: rgb(233,188,172); }

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