#E2C4A5

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

Shades of Bone #E2C4A5

Tints of Bone #E2C4A5

Color information

#E2C4A5 (or 0xE2C4A5) is unknown color: approx Bone. HEX triplet: E2, C4 and A5. RGB value is (226,196,165). Sum of RGB (Red+Green+Blue) = 226+196+165=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C4A5 is #1D3B5A. Grayscale: #C9C9C9. Windows color (decimal): -1915739 or 10863842. OLE color: 10863842.

HSL color Cylindrical-coordinate representation of color #E2C4A5: hue angle of 30.49º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2C4A5 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226196165-
CMYK00.130.270.11
HSL30.49º51.26%76.67%-
HSV(B)30.49º26.99%88.63%-
XYZ57.958.3743.81-
YUV201.44107.44145.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=38.50%
G=33.39%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619616500.130.270.1130.4951.2676.67
HexE2C4A50D1BB1e334d
Octal34230424501533133663115
Binary11100010110001001010010101101110111011111101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4A5; }

 p { color: rgb(226,196,165); }

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

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

 a { background-color: rgb(226,196,165); }

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

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

 span { border-color: rgb(226,196,165); }

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