#E8BD98

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

Shades of Pancho #E8BD98

Tints of Pancho #E8BD98

Color information

#E8BD98 (or 0xE8BD98) is unknown color: approx Pancho. HEX triplet: E8, BD and 98. RGB value is (232,189,152). Sum of RGB (Red+Green+Blue) = 232+189+152=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD98 is #174267. Grayscale: #C5C5C5. Windows color (decimal): -1524328 or 10010088. OLE color: 10010088.

HSL color Cylindrical-coordinate representation of color #E8BD98: hue angle of 27.75º 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 #E8BD98 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232189152-
CMYK00.190.340.09
HSL27.75º63.49%75.29%-
HSV(B)27.75º34.48%90.98%-
XYZ57.1455.8237.47-
YUV197.64102.25152.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=40.49%
G=32.98%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218915200.190.340.0927.7563.4975.29
HexE8BD980132291c3f4b
Octal35027523002342113477113
Binary1110100010111101100110000100111000101001111001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD98; }

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

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

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

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

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

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

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

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