Html Css Color HEX #E7D3AE Givry

📋 copy color: '#E7D3AE'

red 231 ◦ green 211 ◦ blue 174

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

Shades of Givry #E7D3AE

Tints of Givry #E7D3AE

RGB

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

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

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

R = 37.5%
G = 34.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E7D3AE (or 0xE7D3AE) is known color: Givry. HEX triplet: E7, D3 and AE. RGB value is (231,211,174). Sum of RGB (Red+Green+Blue) = 231+211+174=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D3AE is #182C51. Grayscale: #D4D4D4. Windows color (decimal): -1584210 or 11457511. OLE color: 11457511.

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

Color convert

RGB 231 211 174 -
CMYK 0 0.09 0.25 0.09
HSL 38.95º 0.54% 0.79% -
HSV(B) 38.95º 0.25% 0.91% -
XYZ 63.89 66.63 49.54 -
YUV 212.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 231 211 174 0 0.09 0.25 0.09 38.95 0.54 0.79
Hex E7 D3 AE 0 9 19 9 27 36 4F
Octal 347 323 256 0 11 31 11 47 66 117
Binary 11100111 11010011 10101110 0 1001 11001 1001 100111 110110 1001111

Color Harmonies of #E7D3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D3AE

Black with #E7D3AE

Text Example


Text Example

White with #E7D3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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