#EBB48C

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

Shades of Pancho #EBB48C

Tints of Pancho #EBB48C

Color information

#EBB48C (or 0xEBB48C) is unknown color: approx Pancho. HEX triplet: EB, B4 and 8C. RGB value is (235,180,140). Sum of RGB (Red+Green+Blue) = 235+180+140=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB48C is #144B73. Grayscale: #C0C0C0. Windows color (decimal): -1330036 or 9221355. OLE color: 9221355.

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

Color convert

RGB235180140-
CMYK00.230.400.08
HSL25.26º70.37%73.53%-
HSV(B)25.26º40.43%92.16%-
XYZ55.3252.231.97-
YUV191.8998.72158.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 140 (55.08% from 255) = 25.23%
R=42.34%
G=32.43%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518014000.230.400.0825.2670.3773.53
HexEBB48C01728819464a
Octal353264214027501031106112
Binary11101011101101001000110001011110100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB48C; }

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

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

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

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

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

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

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

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