Html Css Color HEX #E7BCAE Zinnwaldite

📋 copy color: '#E7BCAE'

red 231 ◦ green 188 ◦ blue 174

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

Shades of Zinnwaldite #E7BCAE

Tints of Zinnwaldite #E7BCAE

RGB

 RED value IS 231 (90.63% from 255) = 38.95%

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

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

R = 38.95%
G = 31.7%
B = 29.34%

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

#E7BCAE (or 0xE7BCAE) is known color: Zinnwaldite. HEX triplet: E7, BC and AE. RGB value is (231,188,174). Sum of RGB (Red+Green+Blue) = 231+188+174=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAE is #184351. Grayscale: #C7C7C7. Windows color (decimal): -1590098 or 11451623. OLE color: 11451623.

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

Color convert

RGB 231 188 174 -
CMYK 0 0.19 0.25 0.09
HSL 14.74º 0.54% 0.79% -
HSV(B) 14.74º 0.25% 0.91% -
XYZ 58.58 56.01 47.77 -
YUV 199.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 231 188 174 0 0.19 0.25 0.09 14.74 0.54 0.79
Hex E7 BC AE 0 13 19 9 F 36 4F
Octal 347 274 256 0 23 31 11 17 66 117
Binary 11100111 10111100 10101110 0 10011 11001 1001 1111 110110 1001111

Color Harmonies of #E7BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BCAE

Black with #E7BCAE

Text Example


Text Example

White with #E7BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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