Html Css Color HEX #E6BFAA Zinnwaldite

📋 copy color: '#E6BFAA'

red 230 ◦ green 191 ◦ blue 170

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

Shades of Zinnwaldite #E6BFAA

Tints of Zinnwaldite #E6BFAA

RGB

 RED value IS 230 (90.23% from 255) = 38.92%

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 170 (66.8% from 255) = 28.76%

R = 38.92%
G = 32.32%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6BFAA (or 0xE6BFAA) is known color: Zinnwaldite. HEX triplet: E6, BF and AA. RGB value is (230,191,170). Sum of RGB (Red+Green+Blue) = 230+191+170=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFAA is #194055. Grayscale: #C8C8C8. Windows color (decimal): -1654870 or 11190246. OLE color: 11190246.

HSL color Cylindrical-coordinate representation of color #E6BFAA: hue angle of 21º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BFAA is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 170 -
CMYK 0 0.17 0.26 0.10
HSL 21º 0.55% 0.78% -
HSV(B) 21º 0.26% 0.9% -
XYZ 58.52 56.99 45.95 -
YUV 200.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 230 191 170 0 0.17 0.26 0.10 21 0.55 0.78
Hex E6 BF AA 0 11 1A A 15 37 4E
Octal 346 277 252 0 21 32 12 25 67 116
Binary 11100110 10111111 10101010 0 10001 11010 1010 10101 110111 1001110

Color Harmonies of #E6BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFAA

Black with #E6BFAA

Text Example


Text Example

White with #E6BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFAA; }

 p { color: rgb(230,191,170); }

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

background-color css

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

 a { background-color: rgb(230,191,170); }

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

border-color css

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

 span { border-color: rgb(230,191,170); }

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