#E9BA90

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

Shades of Pancho #E9BA90

Tints of Pancho #E9BA90

Color information

#E9BA90 (or 0xE9BA90) is unknown color: approx Pancho. HEX triplet: E9, BA and 90. RGB value is (233,186,144). Sum of RGB (Red+Green+Blue) = 233+186+144=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA90 is #16456F. Grayscale: #C3C3C3. Windows color (decimal): -1459568 or 9485033. OLE color: 9485033.

HSL color Cylindrical-coordinate representation of color #E9BA90: hue angle of 28.31º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E9BA90 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB233186144-
CMYK00.200.380.09
HSL28.31º66.92%73.92%-
HSV(B)28.31º38.2%91.37%-
XYZ56.254.4633.93-
YUV195.2699.07154.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=41.39%
G=33.04%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318614400.200.380.0928.3166.9273.92
HexE9BA900142691c434a
Octal351272220024461134103112
Binary11101001101110101001000001010010011010011110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BA90; }

 p { color: rgb(233,186,144); }

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

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

 a { background-color: rgb(233,186,144); }

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

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

 span { border-color: rgb(233,186,144); }

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