Html Css Color HEX #E7D1AF Givry

📋 copy color: '#E7D1AF'

red 231 ◦ green 209 ◦ blue 175

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

Shades of Givry #E7D1AF

Tints of Givry #E7D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.98%

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

R = 37.56%
G = 33.98%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7D1AF (or 0xE7D1AF) is known color: Givry. HEX triplet: E7, D1 and AF. RGB value is (231,209,175). Sum of RGB (Red+Green+Blue) = 231+209+175=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D1AF is #182E50. Grayscale: #D3D3D3. Windows color (decimal): -1584721 or 11522535. OLE color: 11522535.

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

Color convert

RGB 231 209 175 -
CMYK 0 0.10 0.24 0.09
HSL 36.43º 0.54% 0.8% -
HSV(B) 36.43º 0.24% 0.91% -
XYZ 63.49 65.69 49.89 -
YUV 211.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 231 209 175 0 0.10 0.24 0.09 36.43 0.54 0.8
Hex E7 D1 AF 0 A 18 9 24 36 50
Octal 347 321 257 0 12 30 11 44 66 120
Binary 11100111 11010001 10101111 0 1010 11000 1001 100100 110110 1010000

Color Harmonies of #E7D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D1AF

Black with #E7D1AF

Text Example


Text Example

White with #E7D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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