#EBB995

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

Shades of Mandys Pink #EBB995

Tints of Mandys Pink #EBB995

Color information

#EBB995 (or 0xEBB995) is unknown color: approx Mandys Pink. HEX triplet: EB, B9 and 95. RGB value is (235,185,149). Sum of RGB (Red+Green+Blue) = 235+185+149=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB995 is #14466A. Grayscale: #C4C4C4. Windows color (decimal): -1328747 or 9812459. OLE color: 9812459.

HSL color Cylindrical-coordinate representation of color #EBB995: hue angle of 25.12º degrees, saturation: 0.68, 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 #EBB995 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235185149-
CMYK00.210.370.08
HSL25.12º68.25%75.29%-
HSV(B)25.12º36.6%92.16%-
XYZ57.0354.5335.95-
YUV195.85101.56155.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=41.30%
G=32.51%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518514900.210.370.0825.1268.2575.29
HexEBB99501525819444b
Octal353271225025451031104113
Binary11101011101110011001010101010110010110001100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB995; }

 p { color: rgb(235,185,149); }

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

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

 a { background-color: rgb(235,185,149); }

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

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

 span { border-color: rgb(235,185,149); }

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