Html Css Color HEX #E6BEAB Zinnwaldite

📋 copy color: '#E6BEAB'

red 230 ◦ green 190 ◦ blue 171

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

Shades of Zinnwaldite #E6BEAB

Tints of Zinnwaldite #E6BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.15%

 BLUE value IS 171 (67.19% from 255) = 28.93%

R = 38.92%
G = 32.15%
B = 28.93%

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

#E6BEAB (or 0xE6BEAB) is known color: Zinnwaldite. HEX triplet: E6, BE and AB. RGB value is (230,190,171). Sum of RGB (Red+Green+Blue) = 230+190+171=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BEAB is #194154. Grayscale: #C7C7C7. Windows color (decimal): -1655125 or 11255526. OLE color: 11255526.

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

Color convert

RGB 230 190 171 -
CMYK 0 0.17 0.26 0.10
HSL 19.32º 0.54% 0.79% -
HSV(B) 19.32º 0.26% 0.9% -
XYZ 58.4 56.59 46.37 -
YUV 199.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 230 190 171 0 0.17 0.26 0.10 19.32 0.54 0.79
Hex E6 BE AB 0 11 1A A 13 36 4F
Octal 346 276 253 0 21 32 12 23 66 117
Binary 11100110 10111110 10101011 0 10001 11010 1010 10011 110110 1001111

Color Harmonies of #E6BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEAB

Black with #E6BEAB

Text Example


Text Example

White with #E6BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEAB; }

 p { color: rgb(230,190,171); }

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

background-color css

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

 a { background-color: rgb(230,190,171); }

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

border-color css

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

 span { border-color: rgb(230,190,171); }

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