Html Css Color HEX #E8BCAE Zinnwaldite

📋 copy color: '#E8BCAE'

red 232 ◦ green 188 ◦ blue 174

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

Shades of Zinnwaldite #E8BCAE

Tints of Zinnwaldite #E8BCAE

RGB

 RED value IS 232 (91.02% from 255) = 39.06%

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 39.06%
G = 31.65%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8BCAE (or 0xE8BCAE) is known color: Zinnwaldite. HEX triplet: E8, BC and AE. RGB value is (232,188,174). Sum of RGB (Red+Green+Blue) = 232+188+174=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCAE is #174351. Grayscale: #C7C7C7. Windows color (decimal): -1524562 or 11451624. OLE color: 11451624.

HSL color Cylindrical-coordinate representation of color #E8BCAE: hue angle of 14.48º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BCAE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 188 174 -
CMYK 0 0.19 0.25 0.09
HSL 14.48º 0.56% 0.8% -
HSV(B) 14.48º 0.25% 0.91% -
XYZ 58.9 56.18 47.78 -
YUV 199.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 232 188 174 0 0.19 0.25 0.09 14.48 0.56 0.8
Hex E8 BC AE 0 13 19 9 E 38 50
Octal 350 274 256 0 23 31 11 16 70 120
Binary 11101000 10111100 10101110 0 10011 11001 1001 1110 111000 1010000

Color Harmonies of #E8BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BCAE

Black with #E8BCAE

Text Example


Text Example

White with #E8BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BCAE; }

 p { color: rgb(232,188,174); }

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

background-color css

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

 a { background-color: rgb(232,188,174); }

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

border-color css

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

 span { border-color: rgb(232,188,174); }

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