Html Css Color HEX #E3BFAF Zinnwaldite

📋 copy color: '#E3BFAF'

red 227 ◦ green 191 ◦ blue 175

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

Shades of Zinnwaldite #E3BFAF

Tints of Zinnwaldite #E3BFAF

RGB

 RED value IS 227 (89.06% from 255) = 38.28%

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

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 38.28%
G = 32.21%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E3BFAF (or 0xE3BFAF) is known color: Zinnwaldite. HEX triplet: E3, BF and AF. RGB value is (227,191,175). Sum of RGB (Red+Green+Blue) = 227+191+175=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BFAF is #1C4050. Grayscale: #C8C8C8. Windows color (decimal): -1851473 or 11517923. OLE color: 11517923.

HSL color Cylindrical-coordinate representation of color #E3BFAF: hue angle of 18.46º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BFAF is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 191 175 -
CMYK 0 0.16 0.23 0.11
HSL 18.46º 0.48% 0.79% -
HSV(B) 18.46º 0.23% 0.89% -
XYZ 58.05 56.69 48.44 -
YUV 199.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 227 191 175 0 0.16 0.23 0.11 18.46 0.48 0.79
Hex E3 BF AF 0 10 17 B 12 30 4F
Octal 343 277 257 0 20 27 13 22 60 117
Binary 11100011 10111111 10101111 0 10000 10111 1011 10010 110000 1001111

Color Harmonies of #E3BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BFAF

Black with #E3BFAF

Text Example


Text Example

White with #E3BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BFAF; }

 p { color: rgb(227,191,175); }

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

background-color css

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

 a { background-color: rgb(227,191,175); }

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

border-color css

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

 span { border-color: rgb(227,191,175); }

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