#EBBA92

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

Shades of Pancho #EBBA92

Tints of Pancho #EBBA92

Color information

#EBBA92 (or 0xEBBA92) is unknown color: approx Pancho. HEX triplet: EB, BA and 92. RGB value is (235,186,146). Sum of RGB (Red+Green+Blue) = 235+186+146=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA92 is #14456D. Grayscale: #C4C4C4. Windows color (decimal): -1328494 or 9616107. OLE color: 9616107.

HSL color Cylindrical-coordinate representation of color #EBBA92: hue angle of 26.97º 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 #EBBA92 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235186146-
CMYK00.210.380.08
HSL26.97º68.99%74.71%-
HSV(B)26.97º37.87%92.16%-
XYZ57.0154.8634.78-
YUV196.0999.73155.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=41.45%
G=32.80%
B=25.75%

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
Decimal23518614600.210.380.0826.9768.9974.71
HexEBBA920152681b454b
Octal353272222025461033105113
Binary11101011101110101001001001010110011010001101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA92; }

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

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

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

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

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

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

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

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