#E0B78C

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

Shades of Brandy #E0B78C

Tints of Brandy #E0B78C

Color information

#E0B78C (or 0xE0B78C) is unknown color: approx Brandy. HEX triplet: E0, B7 and 8C. RGB value is (224,183,140). Sum of RGB (Red+Green+Blue) = 224+183+140=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B78C is #1F4873. Grayscale: #BEBEBE. Windows color (decimal): -2050164 or 9222112. OLE color: 9222112.

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

Color convert

RGB224183140-
CMYK00.180.380.12
HSL30.71º57.53%71.37%-
HSV(B)30.71º37.5%87.84%-
XYZ52.4151.6132.01-
YUV190.3699.58152-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=40.95%
G=33.46%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418314000.180.380.1230.7157.5371.37
HexE0B78C01226C1f3a47
Octal34026721402246143772107
Binary1110000010110111100011000100101001101100111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B78C; }

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

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

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

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

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

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

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

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