#E0B38C

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

Shades of Brandy #E0B38C

Tints of Brandy #E0B38C

Color information

#E0B38C (or 0xE0B38C) is unknown color: approx Brandy. HEX triplet: E0, B3 and 8C. RGB value is (224,179,140). Sum of RGB (Red+Green+Blue) = 224+179+140=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B38C is #1F4C73. Grayscale: #BCBCBC. Windows color (decimal): -2051188 or 9221088. OLE color: 9221088.

HSL color Cylindrical-coordinate representation of color #E0B38C: hue angle of 27.86º 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 #E0B38C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224179140-
CMYK00.200.380.12
HSL27.86º57.53%71.37%-
HSV(B)27.86º37.5%87.84%-
XYZ51.5949.9831.74-
YUV188.01100.91153.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=41.25%
G=32.97%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417914000.200.380.1227.8657.5371.37
HexE0B38C01426C1c3a47
Octal34026321402446143472107
Binary1110000010110011100011000101001001101100111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B38C; }

 p { color: rgb(224,179,140); }

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

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

 a { background-color: rgb(224,179,140); }

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

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

 span { border-color: rgb(224,179,140); }

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