#EBB38D

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

Shades of Pancho #EBB38D

Tints of Pancho #EBB38D

Color information

#EBB38D (or 0xEBB38D) is unknown color: approx Pancho. HEX triplet: EB, B3 and 8D. RGB value is (235,179,141). Sum of RGB (Red+Green+Blue) = 235+179+141=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB38D is #144C72. Grayscale: #BFBFBF. Windows color (decimal): -1330291 or 9286635. OLE color: 9286635.

HSL color Cylindrical-coordinate representation of color #EBB38D: hue angle of 24.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 #EBB38D is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235179141-
CMYK00.240.40.08
HSL24.26º70.15%73.73%-
HSV(B)24.26º40%92.16%-
XYZ55.1951.8332.29-
YUV191.4199.55159.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=42.34%
G=32.25%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517914100.240.40.0824.2670.1573.73
HexEBB38D01828818464a
Octal353263215030501030106112
Binary11101011101100111000110101100010100010001100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB38D; }

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

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

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

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

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

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

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

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