#E2CBAE

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

Shades of Bone #E2CBAE

Tints of Bone #E2CBAE

Color information

#E2CBAE (or 0xE2CBAE) is unknown color: approx Bone. HEX triplet: E2, CB and AE. RGB value is (226,203,174). Sum of RGB (Red+Green+Blue) = 226+203+174=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAE is #1D3451. Grayscale: #CECECE. Windows color (decimal): -1913938 or 11455458. OLE color: 11455458.

HSL color Cylindrical-coordinate representation of color #E2CBAE: hue angle of 33.46º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CBAE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226203174-
CMYK00.100.230.11
HSL33.46º47.27%78.43%-
HSV(B)33.46º23.01%88.63%-
XYZ60.3661.9448.82-
YUV206.57109.62141.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=37.48%
G=33.67%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620317400.100.230.1133.4647.2778.43
HexE2CBAE0A17B212f4e
Octal34231325601227134157116
Binary111000101100101110101110010101011110111000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBAE; }

 p { color: rgb(226,203,174); }

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

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

 a { background-color: rgb(226,203,174); }

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

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

 span { border-color: rgb(226,203,174); }

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