#E6B98F

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

Shades of Pancho #E6B98F

Tints of Pancho #E6B98F

Color information

#E6B98F (or 0xE6B98F) is unknown color: approx Pancho. HEX triplet: E6, B9 and 8F. RGB value is (230,185,143). Sum of RGB (Red+Green+Blue) = 230+185+143=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B98F is #194670. Grayscale: #C1C1C1. Windows color (decimal): -1656433 or 9419238. OLE color: 9419238.

HSL color Cylindrical-coordinate representation of color #E6B98F: hue angle of 28.97º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6B98F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230185143-
CMYK00.200.380.10
HSL28.97º63.5%73.14%-
HSV(B)28.97º37.83%90.2%-
XYZ54.9453.533.42-
YUV193.6799.41153.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.22%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 143 (56.25% from 255) = 25.63%
R=41.22%
G=33.15%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018514300.200.380.1028.9763.573.14
HexE6B98F01426A1d4049
Octal346271217024461235100111
Binary11100110101110011000111101010010011010101110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B98F; }

 p { color: rgb(230,185,143); }

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

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

 a { background-color: rgb(230,185,143); }

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

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

 span { border-color: rgb(230,185,143); }

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