#EABC8D

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

Shades of Pancho #EABC8D

Tints of Pancho #EABC8D

Color information

#EABC8D (or 0xEABC8D) is unknown color: approx Pancho. HEX triplet: EA, BC and 8D. RGB value is (234,188,141). Sum of RGB (Red+Green+Blue) = 234+188+141=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC8D is #154372. Grayscale: #C4C4C4. Windows color (decimal): -1393523 or 9288938. OLE color: 9288938.

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

Color convert

RGB234188141-
CMYK00.200.400.08
HSL30.32º68.89%73.53%-
HSV(B)30.32º39.74%91.76%-
XYZ56.7255.3832.9-
YUV196.496.74154.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=41.56%
G=33.39%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418814100.200.400.0830.3268.8973.53
HexEABC8D0142881e454a
Octal352274215024501036105112
Binary11101010101111001000110101010010100010001111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC8D; }

 p { color: rgb(234,188,141); }

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

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

 a { background-color: rgb(234,188,141); }

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

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

 span { border-color: rgb(234,188,141); }

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