#E8D0B4

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

Shades of Givry #E8D0B4

Tints of Givry #E8D0B4

Color information

#E8D0B4 (or 0xE8D0B4) is unknown color: approx Givry. HEX triplet: E8, D0 and B4. RGB value is (232,208,180). Sum of RGB (Red+Green+Blue) = 232+208+180=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0B4 is #172F4B. Grayscale: #D4D4D4. Windows color (decimal): -1519436 or 11849960. OLE color: 11849960.

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

Color convert

RGB232208180-
CMYK00.100.220.09
HSL32.31º53.06%80.78%-
HSV(B)32.31º22.41%90.98%-
XYZ64.0765.5652.46-
YUV211.98109.95142.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=37.42%
G=33.55%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220818000.100.220.0932.3153.0680.78
HexE8D0B40A169203551
Octal35032026401226114065121
Binary111010001101000010110100010101011010011000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0B4; }

 p { color: rgb(232,208,180); }

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

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

 a { background-color: rgb(232,208,180); }

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

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

 span { border-color: rgb(232,208,180); }

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