#E0B898

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

Shades of Pancho #E0B898

Tints of Pancho #E0B898

Color information

#E0B898 (or 0xE0B898) is unknown color: approx Pancho. HEX triplet: E0, B8 and 98. RGB value is (224,184,152). Sum of RGB (Red+Green+Blue) = 224+184+152=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B898 is #1F4767. Grayscale: #C0C0C0. Windows color (decimal): -2049896 or 10008800. OLE color: 10008800.

HSL color Cylindrical-coordinate representation of color #E0B898: hue angle of 26.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0B898 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224184152-
CMYK00.180.320.12
HSL26.67º53.73%73.73%-
HSV(B)26.67º32.14%87.84%-
XYZ53.5552.437-
YUV192.31105.25150.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=40%
G=32.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418415200.180.320.1226.6753.7373.73
HexE0B89801220C1b364a
Octal34027023002240143366112
Binary1110000010111000100110000100101000001100110111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B898; }

 p { color: rgb(224,184,152); }

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

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

 a { background-color: rgb(224,184,152); }

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

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

 span { border-color: rgb(224,184,152); }

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