#E2CB93

Color #E2CB93 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E2CB93

Tints of Double Colonial White #E2CB93

Color information

#E2CB93 (or 0xE2CB93) is unknown color: approx Double Colonial White. HEX triplet: E2, CB and 93. RGB value is (226,203,147). Sum of RGB (Red+Green+Blue) = 226+203+147=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CB93 is #1D346C. Grayscale: #CBCBCB. Windows color (decimal): -1913965 or 9685986. OLE color: 9685986.

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

Color convert

RGB226203147-
CMYK00.100.350.11
HSL42.53º57.66%73.14%-
HSV(B)42.53º34.96%88.63%-
XYZ57.9960.9936.32-
YUV203.4996.12144.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.24%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=39.24%
G=35.24%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620314700.100.350.1142.5357.6673.14
HexE2CB930A23B2b3a49
Octal34231322301243135372111
Binary1110001011001011100100110101010001110111010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CB93; }

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

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

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

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

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

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

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

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