#E0B28A

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

Shades of Brandy #E0B28A

Tints of Brandy #E0B28A

Color information

#E0B28A (or 0xE0B28A) is unknown color: approx Brandy. HEX triplet: E0, B2 and 8A. RGB value is (224,178,138). Sum of RGB (Red+Green+Blue) = 224+178+138=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B28A is #1F4D75. Grayscale: #BBBBBB. Windows color (decimal): -2051446 or 9089760. OLE color: 9089760.

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

Color convert

RGB224178138-
CMYK00.210.380.12
HSL27.91º58.11%70.98%-
HSV(B)27.91º38.39%87.84%-
XYZ51.2549.5230.9-
YUV187.19100.24154.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=41.48%
G=32.96%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417813800.210.380.1227.9158.1170.98
HexE0B28A01526C1c3a47
Octal34026221202546143472107
Binary1110000010110010100010100101011001101100111001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B28A; }

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

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

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

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

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

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

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

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