Html Css Color HEX #E7C4AF Zinnwaldite

📋 copy color: '#E7C4AF'

red 231 ◦ green 196 ◦ blue 175

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

Shades of Zinnwaldite #E7C4AF

Tints of Zinnwaldite #E7C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 38.37%
G = 32.56%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7C4AF (or 0xE7C4AF) is known color: Zinnwaldite. HEX triplet: E7, C4 and AF. RGB value is (231,196,175). Sum of RGB (Red+Green+Blue) = 231+196+175=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C4AF is #183B50. Grayscale: #CCCCCC. Windows color (decimal): -1588049 or 11519207. OLE color: 11519207.

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

Color convert

RGB 231 196 175 -
CMYK 0 0.15 0.24 0.09
HSL 22.5º 0.54% 0.8% -
HSV(B) 22.5º 0.24% 0.91% -
XYZ 60.43 59.56 48.87 -
YUV 204.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 231 196 175 0 0.15 0.24 0.09 22.5 0.54 0.8
Hex E7 C4 AF 0 F 18 9 16 36 50
Octal 347 304 257 0 17 30 11 26 66 120
Binary 11100111 11000100 10101111 0 1111 11000 1001 10110 110110 1010000

Color Harmonies of #E7C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C4AF

Black with #E7C4AF

Text Example


Text Example

White with #E7C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C4AF; }

 p { color: rgb(231,196,175); }

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

background-color css

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

 a { background-color: rgb(231,196,175); }

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

border-color css

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

 span { border-color: rgb(231,196,175); }

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