#EABC99

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

Shades of Pancho #EABC99

Tints of Pancho #EABC99

Color information

#EABC99 (or 0xEABC99) is unknown color: approx Pancho. HEX triplet: EA, BC and 99. RGB value is (234,188,153). Sum of RGB (Red+Green+Blue) = 234+188+153=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC99 is #154366. Grayscale: #C5C5C5. Windows color (decimal): -1393511 or 10075370. OLE color: 10075370.

HSL color Cylindrical-coordinate representation of color #EABC99: hue angle of 25.93º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EABC99 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234188153-
CMYK00.200.350.08
HSL25.93º65.85%75.88%-
HSV(B)25.93º34.62%91.76%-
XYZ57.6655.7637.86-
YUV197.76102.74153.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 153 (60.16% from 255) = 26.61%
R=40.70%
G=32.70%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418815300.200.350.0825.9365.8575.88
HexEABC990142381a424c
Octal352274231024431032102114
Binary11101010101111001001100101010010001110001101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC99; }

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

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

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

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

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

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

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

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