#EABC8F

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

Shades of Pancho #EABC8F

Tints of Pancho #EABC8F

Color information

#EABC8F (or 0xEABC8F) is unknown color: approx Pancho. HEX triplet: EA, BC and 8F. RGB value is (234,188,143). Sum of RGB (Red+Green+Blue) = 234+188+143=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC8F is #154370. Grayscale: #C4C4C4. Windows color (decimal): -1393521 or 9420010. OLE color: 9420010.

HSL color Cylindrical-coordinate representation of color #EABC8F: hue angle of 29.67º degrees, saturation: 0.68, 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 #EABC8F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234188143-
CMYK00.200.390.08
HSL29.67º68.42%73.92%-
HSV(B)29.67º38.89%91.76%-
XYZ56.8755.4433.69-
YUV196.6297.74154.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 143 (56.25% from 255) = 25.31%
R=41.42%
G=33.27%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418814300.200.390.0829.6768.4273.92
HexEABC8F0142781e444a
Octal352274217024471036104112
Binary11101010101111001000111101010010011110001111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC8F; }

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

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

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

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

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

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

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

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