#ECB696

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

Shades of Mandys Pink #ECB696

Tints of Mandys Pink #ECB696

Color information

#ECB696 (or 0xECB696) is unknown color: approx Mandys Pink. HEX triplet: EC, B6 and 96. RGB value is (236,182,150). Sum of RGB (Red+Green+Blue) = 236+182+150=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB696 is #134969. Grayscale: #C2C2C2. Windows color (decimal): -1263978 or 9877228. OLE color: 9877228.

HSL color Cylindrical-coordinate representation of color #ECB696: hue angle of 22.33º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECB696 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236182150-
CMYK00.230.360.07
HSL22.33º69.35%75.69%-
HSV(B)22.33º36.44%92.55%-
XYZ56.8353.4936.18-
YUV194.5102.89157.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=41.55%
G=32.04%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618215000.230.360.0722.3369.3575.69
HexECB69601724716454c
Octal35426622602744726105114
Binary1110110010110110100101100101111001001111011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB696; }

 p { color: rgb(236,182,150); }

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

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

 a { background-color: rgb(236,182,150); }

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

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

 span { border-color: rgb(236,182,150); }

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