Html Css Color HEX #E7D3AF Givry

📋 copy color: '#E7D3AF'

red 231 ◦ green 211 ◦ blue 175

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

Shades of Givry #E7D3AF

Tints of Givry #E7D3AF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

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

R = 37.44%
G = 34.2%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E7D3AF (or 0xE7D3AF) is known color: Givry. HEX triplet: E7, D3 and AF. RGB value is (231,211,175). Sum of RGB (Red+Green+Blue) = 231+211+175=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D3AF is #182C50. Grayscale: #D5D5D5. Windows color (decimal): -1584209 or 11523047. OLE color: 11523047.

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

Color convert

RGB 231 211 175 -
CMYK 0 0.09 0.24 0.09
HSL 38.57º 0.54% 0.8% -
HSV(B) 38.57º 0.24% 0.91% -
XYZ 63.99 66.67 50.05 -
YUV 212.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 231 211 175 0 0.09 0.24 0.09 38.57 0.54 0.8
Hex E7 D3 AF 0 9 18 9 27 36 50
Octal 347 323 257 0 11 30 11 47 66 120
Binary 11100111 11010011 10101111 0 1001 11000 1001 100111 110110 1010000

Color Harmonies of #E7D3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D3AF

Black with #E7D3AF

Text Example


Text Example

White with #E7D3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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