Html Css Color HEX #E7D0AC Givry

📋 copy color: '#E7D0AC'

red 231 ◦ green 208 ◦ blue 172

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

Shades of Givry #E7D0AC

Tints of Givry #E7D0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.15%

R = 37.81%
G = 34.04%
B = 28.15%

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

#E7D0AC (or 0xE7D0AC) is known color: Givry. HEX triplet: E7, D0 and AC. RGB value is (231,208,172). Sum of RGB (Red+Green+Blue) = 231+208+172=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0AC is #182F53. Grayscale: #D2D2D2. Windows color (decimal): -1584980 or 11325671. OLE color: 11325671.

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

Color convert

RGB 231 208 172 -
CMYK 0 0.10 0.26 0.09
HSL 36.61º 0.55% 0.79% -
HSV(B) 36.61º 0.26% 0.91% -
XYZ 62.96 65.08 48.27 -
YUV 210.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 231 208 172 0 0.10 0.26 0.09 36.61 0.55 0.79
Hex E7 D0 AC 0 A 1A 9 25 37 4F
Octal 347 320 254 0 12 32 11 45 67 117
Binary 11100111 11010000 10101100 0 1010 11010 1001 100101 110111 1001111

Color Harmonies of #E7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0AC

Black with #E7D0AC

Text Example


Text Example

White with #E7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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