Html Css Color HEX #E7BEAE Zinnwaldite

📋 copy color: '#E7BEAE'

red 231 ◦ green 190 ◦ blue 174

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

Shades of Zinnwaldite #E7BEAE

Tints of Zinnwaldite #E7BEAE

RGB

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

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

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

R = 38.82%
G = 31.93%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7BEAE (or 0xE7BEAE) is known color: Zinnwaldite. HEX triplet: E7, BE and AE. RGB value is (231,190,174). Sum of RGB (Red+Green+Blue) = 231+190+174=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEAE is #184151. Grayscale: #C8C8C8. Windows color (decimal): -1589586 or 11452135. OLE color: 11452135.

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

Color convert

RGB 231 190 174 -
CMYK 0 0.18 0.25 0.09
HSL 16.84º 0.54% 0.79% -
HSV(B) 16.84º 0.25% 0.91% -
XYZ 59.01 56.87 47.91 -
YUV 200.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 231 190 174 0 0.18 0.25 0.09 16.84 0.54 0.79
Hex E7 BE AE 0 12 19 9 11 36 4F
Octal 347 276 256 0 22 31 11 21 66 117
Binary 11100111 10111110 10101110 0 10010 11001 1001 10001 110110 1001111

Color Harmonies of #E7BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BEAE

Black with #E7BEAE

Text Example


Text Example

White with #E7BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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