#EAB68C

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

Shades of Pancho #EAB68C

Tints of Pancho #EAB68C

Color information

#EAB68C (or 0xEAB68C) is unknown color: approx Pancho. HEX triplet: EA, B6 and 8C. RGB value is (234,182,140). Sum of RGB (Red+Green+Blue) = 234+182+140=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB68C is #154973. Grayscale: #C0C0C0. Windows color (decimal): -1395060 or 9221866. OLE color: 9221866.

HSL color Cylindrical-coordinate representation of color #EAB68C: hue angle of 26.81º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB68C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234182140-
CMYK00.220.400.08
HSL26.81º69.12%73.33%-
HSV(B)26.81º40.17%91.76%-
XYZ55.3952.8432.09-
YUV192.7698.23157.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 140 (55.08% from 255) = 25.18%
R=42.09%
G=32.73%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418214000.220.400.0826.8169.1273.33
HexEAB68C0162881b4549
Octal352266214026501033105111
Binary11101010101101101000110001011010100010001101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB68C; }

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

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

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

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

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

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

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

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