#E5D1C8

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

Shades of Bizarre #E5D1C8

Tints of Bizarre #E5D1C8

Color information

#E5D1C8 (or 0xE5D1C8) is unknown color: approx Bizarre. HEX triplet: E5, D1 and C8. RGB value is (229,209,200). Sum of RGB (Red+Green+Blue) = 229+209+200=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D1C8 is #1A2E37. Grayscale: #D6D6D6. Windows color (decimal): -1715768 or 13160933. OLE color: 13160933.

HSL color Cylindrical-coordinate representation of color #E5D1C8: hue angle of 18.62º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5D1C8 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229209200-
CMYK00.090.130.10
HSL18.62º35.8%84.12%-
HSV(B)18.62º12.66%89.8%-
XYZ65.5466.4364.01-
YUV213.95120.13138.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 200 (78.52% from 255) = 31.35%
R=35.89%
G=32.76%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920920000.090.130.1018.6235.884.12
HexE5D1C809DA132454
Octal34532131001115122344124
Binary1110010111010001110010000100111011010100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D1C8; }

 p { color: rgb(229,209,200); }

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

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

 a { background-color: rgb(229,209,200); }

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

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

 span { border-color: rgb(229,209,200); }

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