Html Css Color HEX #E7D0AA Givry

📋 copy color: '#E7D0AA'

red 231 ◦ green 208 ◦ blue 170

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

Shades of Givry #E7D0AA

Tints of Givry #E7D0AA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.15%

 BLUE value IS 170 (66.8% from 255) = 27.91%

R = 37.93%
G = 34.15%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E7D0AA (or 0xE7D0AA) is known color: Givry. HEX triplet: E7, D0 and AA. RGB value is (231,208,170). Sum of RGB (Red+Green+Blue) = 231+208+170=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AA is #182F55. Grayscale: #D2D2D2. Windows color (decimal): -1584982 or 11194599. OLE color: 11194599.

HSL color Cylindrical-coordinate representation of color #E7D0AA: hue angle of 37.38º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D0AA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 208 170 -
CMYK 0 0.10 0.26 0.09
HSL 37.38º 0.56% 0.79% -
HSV(B) 37.38º 0.26% 0.91% -
XYZ 62.77 65 47.27 -
YUV 210.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 231 208 170 0 0.10 0.26 0.09 37.38 0.56 0.79
Hex E7 D0 AA 0 A 1A 9 25 38 4F
Octal 347 320 252 0 12 32 11 45 70 117
Binary 11100111 11010000 10101010 0 1010 11010 1001 100101 111000 1001111

Color Harmonies of #E7D0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0AA

Black with #E7D0AA

Text Example


Text Example

White with #E7D0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0AA; }

 p { color: rgb(231,208,170); }

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

background-color css

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

 a { background-color: rgb(231,208,170); }

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

border-color css

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

 span { border-color: rgb(231,208,170); }

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