Html Css Color HEX #E6BEA8 Zinnwaldite

📋 copy color: '#E6BEA8'

red 230 ◦ green 190 ◦ blue 168

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

Shades of Zinnwaldite #E6BEA8

Tints of Zinnwaldite #E6BEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 39.12%
G = 32.31%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E6BEA8 (or 0xE6BEA8) is known color: Zinnwaldite. HEX triplet: E6, BE and A8. RGB value is (230,190,168). Sum of RGB (Red+Green+Blue) = 230+190+168=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BEA8 is #194157. Grayscale: #C7C7C7. Windows color (decimal): -1655128 or 11058918. OLE color: 11058918.

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

Color convert

RGB 230 190 168 -
CMYK 0 0.17 0.27 0.10
HSL 21.29º 0.55% 0.78% -
HSV(B) 21.29º 0.27% 0.9% -
XYZ 58.11 56.48 44.88 -
YUV 199.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 230 190 168 0 0.17 0.27 0.10 21.29 0.55 0.78
Hex E6 BE A8 0 11 1B A 15 37 4E
Octal 346 276 250 0 21 33 12 25 67 116
Binary 11100110 10111110 10101000 0 10001 11011 1010 10101 110111 1001110

Color Harmonies of #E6BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEA8

Black with #E6BEA8

Text Example


Text Example

White with #E6BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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