#E2AF92

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

Shades of Pancho #E2AF92

Tints of Pancho #E2AF92

Color information

#E2AF92 (or 0xE2AF92) is unknown color: approx Pancho. HEX triplet: E2, AF and 92. RGB value is (226,175,146). Sum of RGB (Red+Green+Blue) = 226+175+146=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF92 is #1D506D. Grayscale: #BBBBBB. Windows color (decimal): -1921134 or 9613282. OLE color: 9613282.

HSL color Cylindrical-coordinate representation of color #E2AF92: hue angle of 21.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2AF92 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226175146-
CMYK00.230.350.11
HSL21.75º57.97%72.94%-
HSV(B)21.75º35.4%88.63%-
XYZ51.8848.933.9-
YUV186.94104.9155.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=41.32%
G=31.99%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617514600.230.350.1121.7557.9772.94
HexE2AF9201723B163a49
Octal34225722202743132672111
Binary1110001010101111100100100101111000111011101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AF92; }

 p { color: rgb(226,175,146); }

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

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

 a { background-color: rgb(226,175,146); }

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

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

 span { border-color: rgb(226,175,146); }

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