#ECB48D

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

Shades of Pancho #ECB48D

Tints of Pancho #ECB48D

Color information

#ECB48D (or 0xECB48D) is unknown color: approx Pancho. HEX triplet: EC, B4 and 8D. RGB value is (236,180,141). Sum of RGB (Red+Green+Blue) = 236+180+141=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB48D is #134B72. Grayscale: #C0C0C0. Windows color (decimal): -1264499 or 9286892. OLE color: 9286892.

HSL color Cylindrical-coordinate representation of color #ECB48D: hue angle of 24.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECB48D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236180141-
CMYK00.240.400.07
HSL24.63º71.43%73.92%-
HSV(B)24.63º40.25%92.55%-
XYZ55.7252.432.38-
YUV192.399.05159.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=42.37%
G=32.32%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618014100.240.400.0724.6371.4373.92
HexECB48D01828719474a
Octal35426421503050731107112
Binary1110110010110100100011010110001010001111100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB48D; }

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

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

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

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

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

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

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

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