#E0AF8C

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

Shades of Brandy #E0AF8C

Tints of Brandy #E0AF8C

Color information

#E0AF8C (or 0xE0AF8C) is unknown color: approx Brandy. HEX triplet: E0, AF and 8C. RGB value is (224,175,140). Sum of RGB (Red+Green+Blue) = 224+175+140=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF8C is #1F5073. Grayscale: #B9B9B9. Windows color (decimal): -2052212 or 9220064. OLE color: 9220064.

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

Color convert

RGB224175140-
CMYK00.220.380.12
HSL25º57.53%71.37%-
HSV(B)25º37.5%87.84%-
XYZ50.848.431.48-
YUV185.66102.23155.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.56%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=41.56%
G=32.47%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417514000.220.380.122557.5371.37
HexE0AF8C01626C193a47
Octal34025721402646143172107
Binary1110000010101111100011000101101001101100110011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF8C; }

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

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

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

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

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

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

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

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