#E0B58A

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

Shades of Brandy #E0B58A

Tints of Brandy #E0B58A

Color information

#E0B58A (or 0xE0B58A) is unknown color: approx Brandy. HEX triplet: E0, B5 and 8A. RGB value is (224,181,138). Sum of RGB (Red+Green+Blue) = 224+181+138=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B58A is #1F4A75. Grayscale: #BDBDBD. Windows color (decimal): -2050678 or 9090528. OLE color: 9090528.

HSL color Cylindrical-coordinate representation of color #E0B58A: hue angle of 30º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0B58A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224181138-
CMYK00.190.380.12
HSL30º58.11%70.98%-
HSV(B)30º38.39%87.84%-
XYZ51.8550.7331.1-
YUV188.9699.25153-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=41.25%
G=33.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418113800.190.380.123058.1170.98
HexE0B58A01326C1e3a47
Octal34026521202346143672107
Binary1110000010110101100010100100111001101100111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B58A; }

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

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

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

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

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

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

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

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