#E0B68B

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

Shades of Brandy #E0B68B

Tints of Brandy #E0B68B

Color information

#E0B68B (or 0xE0B68B) is unknown color: approx Brandy. HEX triplet: E0, B6 and 8B. RGB value is (224,182,139). Sum of RGB (Red+Green+Blue) = 224+182+139=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B68B is #1F4974. Grayscale: #BDBDBD. Windows color (decimal): -2050421 or 9156320. OLE color: 9156320.

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

Color convert

RGB224182139-
CMYK00.190.380.12
HSL30.35º57.82%71.18%-
HSV(B)30.35º37.95%87.84%-
XYZ52.1351.1731.55-
YUV189.6699.41152.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=41.10%
G=33.39%
B=25.50%

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
Decimal22418213900.190.380.1230.3557.8271.18
HexE0B68B01326C1e3a47
Octal34026621302346143672107
Binary1110000010110110100010110100111001101100111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B68B; }

 p { color: rgb(224,182,139); }

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

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

 a { background-color: rgb(224,182,139); }

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

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

 span { border-color: rgb(224,182,139); }

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