#E0AE90

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

Shades of Pancho #E0AE90

Tints of Pancho #E0AE90

Color information

#E0AE90 (or 0xE0AE90) is unknown color: approx Pancho. HEX triplet: E0, AE and 90. RGB value is (224,174,144). Sum of RGB (Red+Green+Blue) = 224+174+144=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AE90 is #1F516F. Grayscale: #B9B9B9. Windows color (decimal): -2052464 or 9481952. OLE color: 9481952.

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

Color convert

RGB224174144-
CMYK00.220.360.12
HSL22.5º56.34%72.16%-
HSV(B)22.5º35.71%87.84%-
XYZ50.9148.1332.99-
YUV185.53104.56155.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=41.33%
G=32.10%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417414400.220.360.1222.556.3472.16
HexE0AE9001624C173848
Octal34025622002644142770110
Binary1110000010101110100100000101101001001100101111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AE90; }

 p { color: rgb(224,174,144); }

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

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

 a { background-color: rgb(224,174,144); }

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

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

 span { border-color: rgb(224,174,144); }

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