#ebba91

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

Shades of Pancho #EBBA91

Tints of Pancho #EBBA91

Color information

#EBBA91 (or 0xEBBA91) is unknown color: approx Pancho. HEX triplet: EB, BA and 91. RGB value is (235,186,145). Sum of RGB (Red+Green+Blue) = 235+186+145=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA91 is #14456E. Grayscale: #C4C4C4. Windows color (decimal): -1328495 or 9550571. OLE color: 9550571.

HSL color Cylindrical-coordinate representation of color #EBBA91: hue angle of 27.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBBA91 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235186145-
CMYK00.210.380.08
HSL27.33º69.23%74.51%-
HSV(B)27.33º38.3%92.16%-
XYZ56.9354.8234.37-
YUV195.9899.23155.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 145 (57.03% from 255) = 25.62%
R=41.52%
G=32.86%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518614500.210.380.0827.3369.2374.51
HexEBBA910152681b454b
Octal353272221025461033105113
Binary11101011101110101001000101010110011010001101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebba91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebba91; }

 p { color: rgb(235,186,145); }

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

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

 a { background-color: rgb(235,186,145); }

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

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

 span { border-color: rgb(235,186,145); }

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