#EBB695

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

Shades of Mandys Pink #EBB695

Tints of Mandys Pink #EBB695

Color information

#EBB695 (or 0xEBB695) is unknown color: approx Mandys Pink. HEX triplet: EB, B6 and 95. RGB value is (235,182,149). Sum of RGB (Red+Green+Blue) = 235+182+149=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB695 is #14496A. Grayscale: #C2C2C2. Windows color (decimal): -1329515 or 9811691. OLE color: 9811691.

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

Color convert

RGB235182149-
CMYK00.230.370.08
HSL23.02º68.25%75.29%-
HSV(B)23.02º36.6%92.16%-
XYZ56.4153.2935.75-
YUV194.08102.56157.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=41.52%
G=32.16%
B=26.33%

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
Decimal23518214900.230.370.0823.0268.2575.29
HexEBB69501725817444b
Octal353266225027451027104113
Binary11101011101101101001010101011110010110001011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB695; }

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

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

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

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

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

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

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

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