#E1BD98

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

Shades of Pancho #E1BD98

Tints of Pancho #E1BD98

Color information

#E1BD98 (or 0xE1BD98) is unknown color: approx Pancho. HEX triplet: E1, BD and 98. RGB value is (225,189,152). Sum of RGB (Red+Green+Blue) = 225+189+152=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BD98 is #1E4267. Grayscale: #C3C3C3. Windows color (decimal): -1983080 or 10010081. OLE color: 10010081.

HSL color Cylindrical-coordinate representation of color #E1BD98: hue angle of 30.41º degrees, saturation: 0.55, 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 #E1BD98 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225189152-
CMYK00.160.320.12
HSL30.41º54.89%73.92%-
HSV(B)30.41º32.44%88.24%-
XYZ54.9254.6737.36-
YUV195.55103.43149.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=39.75%
G=33.39%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518915200.160.320.1230.4154.8973.92
HexE1BD9801020C1e374a
Octal34127523002040143667112
Binary1110000110111101100110000100001000001100111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD98; }

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

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

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

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

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

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

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

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