Html Css Color HEX #E6BDAA Zinnwaldite

📋 copy color: '#E6BDAA'

red 230 ◦ green 189 ◦ blue 170

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

Shades of Zinnwaldite #E6BDAA

Tints of Zinnwaldite #E6BDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

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

R = 39.05%
G = 32.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6BDAA (or 0xE6BDAA) is known color: Zinnwaldite. HEX triplet: E6, BD and AA. RGB value is (230,189,170). Sum of RGB (Red+Green+Blue) = 230+189+170=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDAA is #194255. Grayscale: #C7C7C7. Windows color (decimal): -1655382 or 11189734. OLE color: 11189734.

HSL color Cylindrical-coordinate representation of color #E6BDAA: hue angle of 19º 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 #E6BDAA is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 170 -
CMYK 0 0.18 0.26 0.10
HSL 19º 0.55% 0.78% -
HSV(B) 19º 0.26% 0.9% -
XYZ 58.09 56.12 45.8 -
YUV 199.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 230 189 170 0 0.18 0.26 0.10 19 0.55 0.78
Hex E6 BD AA 0 12 1A A 13 37 4E
Octal 346 275 252 0 22 32 12 23 67 116
Binary 11100110 10111101 10101010 0 10010 11010 1010 10011 110111 1001110

Color Harmonies of #E6BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDAA

Black with #E6BDAA

Text Example


Text Example

White with #E6BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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