#EBB48D

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

Shades of Pancho #EBB48D

Tints of Pancho #EBB48D

Color information

#EBB48D (or 0xEBB48D) is unknown color: approx Pancho. HEX triplet: EB, B4 and 8D. RGB value is (235,180,141). Sum of RGB (Red+Green+Blue) = 235+180+141=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB48D is #144B72. Grayscale: #C0C0C0. Windows color (decimal): -1330035 or 9286891. OLE color: 9286891.

HSL color Cylindrical-coordinate representation of color #EBB48D: hue angle of 24.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBB48D is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235180141-
CMYK00.230.40.08
HSL24.89º70.15%73.73%-
HSV(B)24.89º40%92.16%-
XYZ55.3952.2332.36-
YUV19299.22158.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=42.27%
G=32.37%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518014100.230.40.0824.8970.1573.73
HexEBB48D01728819464a
Octal353264215027501031106112
Binary11101011101101001000110101011110100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB48D; }

 p { color: rgb(235,180,141); }

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

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

 a { background-color: rgb(235,180,141); }

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

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

 span { border-color: rgb(235,180,141); }

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