#E0AF8D

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

Shades of Brandy #E0AF8D

Tints of Brandy #E0AF8D

Color information

#E0AF8D (or 0xE0AF8D) is unknown color: approx Brandy. HEX triplet: E0, AF and 8D. RGB value is (224,175,141). Sum of RGB (Red+Green+Blue) = 224+175+141=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF8D is #1F5072. Grayscale: #B9B9B9. Windows color (decimal): -2052211 or 9285600. OLE color: 9285600.

HSL color Cylindrical-coordinate representation of color #E0AF8D: hue angle of 24.58º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0AF8D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224175141-
CMYK00.220.370.12
HSL24.58º57.24%71.57%-
HSV(B)24.58º37.05%87.84%-
XYZ50.8848.4331.87-
YUV185.78102.73155.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=41.48%
G=32.41%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417514100.220.370.1224.5857.2471.57
HexE0AF8D01625C193948
Octal34025721502645143171110
Binary1110000010101111100011010101101001011100110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF8D; }

 p { color: rgb(224,175,141); }

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

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

 a { background-color: rgb(224,175,141); }

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

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

 span { border-color: rgb(224,175,141); }

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