#ECB48E

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

Shades of Mandys Pink #ECB48E

Tints of Mandys Pink #ECB48E

Color information

#ECB48E (or 0xECB48E) is unknown color: approx Mandys Pink. HEX triplet: EC, B4 and 8E. RGB value is (236,180,142). Sum of RGB (Red+Green+Blue) = 236+180+142=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB48E is #134B71. Grayscale: #C0C0C0. Windows color (decimal): -1264498 or 9352428. OLE color: 9352428.

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

Color convert

RGB236180142-
CMYK00.240.400.07
HSL24.26º71.21%74.12%-
HSV(B)24.26º39.83%92.55%-
XYZ55.852.4332.77-
YUV192.4199.55159.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 142 (55.86% from 255) = 25.45%
R=42.29%
G=32.26%
B=25.45%

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
Decimal23618014200.240.400.0724.2671.2174.12
HexECB48E01828718474a
Octal35426421603050730107112
Binary1110110010110100100011100110001010001111100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB48E; }

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

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

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

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

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

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

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

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