#E4D2B1

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

Shades of Givry #E4D2B1

Tints of Givry #E4D2B1

Color information

#E4D2B1 (or 0xE4D2B1) is unknown color: approx Givry. HEX triplet: E4, D2 and B1. RGB value is (228,210,177). Sum of RGB (Red+Green+Blue) = 228+210+177=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D2B1 is #1B2D4E. Grayscale: #D3D3D3. Windows color (decimal): -1781071 or 11653860. OLE color: 11653860.

HSL color Cylindrical-coordinate representation of color #E4D2B1: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4D2B1 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB228210177-
CMYK00.080.220.11
HSL38.82º48.57%79.41%-
HSV(B)38.82º22.37%89.41%-
XYZ62.9865.7650.97-
YUV211.62108.46139.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=37.07%
G=34.15%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821017700.080.220.1138.8248.5779.41
HexE4D2B10816B27314f
Octal34432226101026134761117
Binary111001001101001010110001010001011010111001111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D2B1; }

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

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

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

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

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

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

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

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