#EBBD95

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

Shades of Pancho #EBBD95

Tints of Pancho #EBBD95

Color information

#EBBD95 (or 0xEBBD95) is unknown color: approx Pancho. HEX triplet: EB, BD and 95. RGB value is (235,189,149). Sum of RGB (Red+Green+Blue) = 235+189+149=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD95 is #14426A. Grayscale: #C6C6C6. Windows color (decimal): -1327723 or 9813483. OLE color: 9813483.

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

Color convert

RGB235189149-
CMYK00.200.370.08
HSL27.91º68.25%75.29%-
HSV(B)27.91º36.6%92.16%-
XYZ57.8856.2336.24-
YUV198.19100.24154.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=41.01%
G=32.98%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518914900.200.370.0827.9168.2575.29
HexEBBD950142581c444b
Octal353275225024451034104113
Binary11101011101111011001010101010010010110001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD95; }

 p { color: rgb(235,189,149); }

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

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

 a { background-color: rgb(235,189,149); }

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

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

 span { border-color: rgb(235,189,149); }

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