Html Css Color HEX #E6BDAE Zinnwaldite

📋 copy color: '#E6BDAE'

red 230 ◦ green 189 ◦ blue 174

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

Shades of Zinnwaldite #E6BDAE

Tints of Zinnwaldite #E6BDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.34%

R = 38.79%
G = 31.87%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6BDAE (or 0xE6BDAE) is known color: Zinnwaldite. HEX triplet: E6, BD and AE. RGB value is (230,189,174). Sum of RGB (Red+Green+Blue) = 230+189+174=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDAE is #194251. Grayscale: #C7C7C7. Windows color (decimal): -1655378 or 11451878. OLE color: 11451878.

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

Color convert

RGB 230 189 174 -
CMYK 0 0.18 0.24 0.10
HSL 16.07º 0.53% 0.79% -
HSV(B) 16.07º 0.24% 0.9% -
XYZ 58.47 56.27 47.82 -
YUV 199.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 230 189 174 0 0.18 0.24 0.10 16.07 0.53 0.79
Hex E6 BD AE 0 12 18 A 10 35 4F
Octal 346 275 256 0 22 30 12 20 65 117
Binary 11100110 10111101 10101110 0 10010 11000 1010 10000 110101 1001111

Color Harmonies of #E6BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDAE

Black with #E6BDAE

Text Example


Text Example

White with #E6BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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