#EAB690

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

Shades of Pancho #EAB690

Tints of Pancho #EAB690

Color information

#EAB690 (or 0xEAB690) is unknown color: approx Pancho. HEX triplet: EA, B6 and 90. RGB value is (234,182,144). Sum of RGB (Red+Green+Blue) = 234+182+144=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB690 is #15496F. Grayscale: #C1C1C1. Windows color (decimal): -1395056 or 9484010. OLE color: 9484010.

HSL color Cylindrical-coordinate representation of color #EAB690: hue angle of 25.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAB690 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234182144-
CMYK00.220.380.08
HSL25.33º68.18%74.12%-
HSV(B)25.33º38.46%91.76%-
XYZ55.6952.9633.67-
YUV193.22100.23157.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=41.79%
G=32.5%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418214400.220.380.0825.3368.1874.12
HexEAB69001626819444a
Octal352266220026461031104112
Binary11101010101101101001000001011010011010001100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB690; }

 p { color: rgb(234,182,144); }

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

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

 a { background-color: rgb(234,182,144); }

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

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

 span { border-color: rgb(234,182,144); }

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