#E8BA98

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

Shades of Pancho #E8BA98

Tints of Pancho #E8BA98

Color information

#E8BA98 (or 0xE8BA98) is unknown color: approx Pancho. HEX triplet: E8, BA and 98. RGB value is (232,186,152). Sum of RGB (Red+Green+Blue) = 232+186+152=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA98 is #174567. Grayscale: #C4C4C4. Windows color (decimal): -1525096 or 10009320. OLE color: 10009320.

HSL color Cylindrical-coordinate representation of color #E8BA98: hue angle of 25.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8BA98 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232186152-
CMYK00.200.340.09
HSL25.5º63.49%75.29%-
HSV(B)25.5º34.48%90.98%-
XYZ56.5154.5437.26-
YUV195.88103.24153.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=40.70%
G=32.63%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218615200.200.340.0925.563.4975.29
HexE8BA980142291a3f4b
Octal35027223002442113277113
Binary1110100010111010100110000101001000101001110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BA98; }

 p { color: rgb(232,186,152); }

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

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

 a { background-color: rgb(232,186,152); }

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

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

 span { border-color: rgb(232,186,152); }

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