Html Css Color HEX #E7D0B1 Givry

📋 copy color: '#E7D0B1'

red 231 ◦ green 208 ◦ blue 177

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

Shades of Givry #E7D0B1

Tints of Givry #E7D0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.73%

R = 37.5%
G = 33.77%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E7D0B1 (or 0xE7D0B1) is known color: Givry. HEX triplet: E7, D0 and B1. RGB value is (231,208,177). Sum of RGB (Red+Green+Blue) = 231+208+177=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D0B1 is #182F4E. Grayscale: #D3D3D3. Windows color (decimal): -1584975 or 11653351. OLE color: 11653351.

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

Color convert

RGB 231 208 177 -
CMYK 0 0.10 0.23 0.09
HSL 34.44º 0.53% 0.8% -
HSV(B) 34.44º 0.23% 0.91% -
XYZ 63.45 65.27 50.85 -
YUV 211.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 231 208 177 0 0.10 0.23 0.09 34.44 0.53 0.8
Hex E7 D0 B1 0 A 17 9 22 35 50
Octal 347 320 261 0 12 27 11 42 65 120
Binary 11100111 11010000 10110001 0 1010 10111 1001 100010 110101 1010000

Color Harmonies of #E7D0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0B1

Black with #E7D0B1

Text Example


Text Example

White with #E7D0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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