#E7D2B1

Color #E7D2B1 Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #E7D2B1

Tints of Givry #E7D2B1

Color information

#E7D2B1 (or 0xE7D2B1) is unknown color: approx Givry. HEX triplet: E7, D2 and B1. RGB value is (231,210,177). Sum of RGB (Red+Green+Blue) = 231+210+177=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D2B1 is #182D4E. Grayscale: #D4D4D4. Windows color (decimal): -1584463 or 11653863. OLE color: 11653863.

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

Color convert

RGB231210177-
CMYK00.090.230.09
HSL36.67º52.94%80%-
HSV(B)36.67º23.38%90.59%-
XYZ63.9466.2651.01-
YUV212.52107.96141.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 177 (69.53% from 255) = 28.64%
R=37.38%
G=33.98%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121017700.090.230.0936.6752.9480
HexE7D2B109179253550
Octal34732226101127114565120
Binary111001111101001010110001010011011110011001011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2B1; }

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

 H1.HeaderClassName
 {
   color: #E7D2B1;
 }
 .AnyTagClassName
 {
   color: #E7D2B1;
 }
</style>
background-color css

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

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

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

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

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

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