#E0B88B

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

Shades of Brandy #E0B88B

Tints of Brandy #E0B88B

Color information

#E0B88B (or 0xE0B88B) is unknown color: approx Brandy. HEX triplet: E0, B8 and 8B. RGB value is (224,184,139). Sum of RGB (Red+Green+Blue) = 224+184+139=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B88B is #1F4774. Grayscale: #BFBFBF. Windows color (decimal): -2049909 or 9156832. OLE color: 9156832.

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

Color convert

RGB224184139-
CMYK00.180.380.12
HSL31.76º57.82%71.18%-
HSV(B)31.76º37.95%87.84%-
XYZ52.5451.9931.69-
YUV190.8398.75151.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=40.95%
G=33.64%
B=25.41%

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
Decimal22418413900.180.380.1231.7657.8271.18
HexE0B88B01226C203a47
Octal34027021302246144072107
Binary11100000101110001000101101001010011011001000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B88B; }

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

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

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

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

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

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

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

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