#E0B98D

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

Shades of Pancho #E0B98D

Tints of Pancho #E0B98D

Color information

#E0B98D (or 0xE0B98D) is unknown color: approx Pancho. HEX triplet: E0, B9 and 8D. RGB value is (224,185,141). Sum of RGB (Red+Green+Blue) = 224+185+141=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B98D is #1F4672. Grayscale: #BFBFBF. Windows color (decimal): -2049651 or 9288160. OLE color: 9288160.

HSL color Cylindrical-coordinate representation of color #E0B98D: hue angle of 31.81º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0B98D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224185141-
CMYK00.170.370.12
HSL31.81º57.24%71.57%-
HSV(B)31.81º37.05%87.84%-
XYZ52.952.4732.54-
YUV191.6499.42151.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.73%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 25.64%
R=40.73%
G=33.64%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418514100.170.370.1231.8157.2471.57
HexE0B98D01125C203948
Octal34027121502145144071110
Binary11100000101110011000110101000110010111001000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B98D; }

 p { color: rgb(224,185,141); }

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

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

 a { background-color: rgb(224,185,141); }

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

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

 span { border-color: rgb(224,185,141); }

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