#E0AF94

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

Shades of Pancho #E0AF94

Tints of Pancho #E0AF94

Color information

#E0AF94 (or 0xE0AF94) is unknown color: approx Pancho. HEX triplet: E0, AF and 94. RGB value is (224,175,148). Sum of RGB (Red+Green+Blue) = 224+175+148=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF94 is #1F506B. Grayscale: #BABABA. Windows color (decimal): -2052204 or 9744352. OLE color: 9744352.

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

Color convert

RGB224175148-
CMYK00.220.340.12
HSL21.32º55.07%72.94%-
HSV(B)21.32º33.93%87.84%-
XYZ51.4248.6534.7-
YUV186.57106.23154.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=40.95%
G=31.99%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417514800.220.340.1221.3255.0772.94
HexE0AF9401622C153749
Octal34025722402642142567111
Binary1110000010101111100101000101101000101100101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF94; }

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

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

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

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

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

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

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

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