#EBB494

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

Shades of Mandys Pink #EBB494

Tints of Mandys Pink #EBB494

Color information

#EBB494 (or 0xEBB494) is unknown color: approx Mandys Pink. HEX triplet: EB, B4 and 94. RGB value is (235,180,148). Sum of RGB (Red+Green+Blue) = 235+180+148=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB494 is #144B6B. Grayscale: #C0C0C0. Windows color (decimal): -1330028 or 9745643. OLE color: 9745643.

HSL color Cylindrical-coordinate representation of color #EBB494: hue angle of 22.07º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB494 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235180148-
CMYK00.230.370.08
HSL22.07º68.5%75.1%-
HSV(B)22.07º37.02%92.16%-
XYZ55.9352.4435.19-
YUV192.8102.72158.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=41.74%
G=31.97%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518014800.230.370.0822.0768.575.1
HexEBB49401725816454b
Octal353264224027451026105113
Binary11101011101101001001010001011110010110001011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB494; }

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

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

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

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

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

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

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

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