#E2B58A

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

Shades of Brandy #E2B58A

Tints of Brandy #E2B58A

Color information

#E2B58A (or 0xE2B58A) is unknown color: approx Brandy. HEX triplet: E2, B5 and 8A. RGB value is (226,181,138). Sum of RGB (Red+Green+Blue) = 226+181+138=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B58A is #1D4A75. Grayscale: #BDBDBD. Windows color (decimal): -1919606 or 9090530. OLE color: 9090530.

HSL color Cylindrical-coordinate representation of color #E2B58A: hue angle of 29.32º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2B58A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB226181138-
CMYK00.200.390.11
HSL29.32º60.27%71.37%-
HSV(B)29.32º38.94%88.63%-
XYZ52.4851.0531.13-
YUV189.5598.91154-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.47%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=41.47%
G=33.21%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618113800.200.390.1129.3260.2771.37
HexE2B58A01427B1d3c47
Octal34226521202447133574107
Binary1110001010110101100010100101001001111011111011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B58A; }

 p { color: rgb(226,181,138); }

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

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

 a { background-color: rgb(226,181,138); }

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

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

 span { border-color: rgb(226,181,138); }

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