#EABE8E

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

Shades of Pancho #EABE8E

Tints of Pancho #EABE8E

Color information

#EABE8E (or 0xEABE8E) is unknown color: approx Pancho. HEX triplet: EA, BE and 8E. RGB value is (234,190,142). Sum of RGB (Red+Green+Blue) = 234+190+142=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE8E is #154171. Grayscale: #C5C5C5. Windows color (decimal): -1393010 or 9354986. OLE color: 9354986.

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

Color convert

RGB234190142-
CMYK00.190.390.08
HSL31.3º68.66%73.73%-
HSV(B)31.3º39.32%91.76%-
XYZ57.2356.2733.44-
YUV197.6896.58153.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=41.34%
G=33.57%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419014200.190.390.0831.368.6673.73
HexEABE8E0132781f454a
Octal352276216023471037105112
Binary11101010101111101000111001001110011110001111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE8E; }

 p { color: rgb(234,190,142); }

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

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

 a { background-color: rgb(234,190,142); }

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

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

 span { border-color: rgb(234,190,142); }

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