#EBB294

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

Shades of Mandys Pink #EBB294

Tints of Mandys Pink #EBB294

Color information

#EBB294 (or 0xEBB294) is unknown color: approx Mandys Pink. HEX triplet: EB, B2 and 94. RGB value is (235,178,148). Sum of RGB (Red+Green+Blue) = 235+178+148=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB294 is #144D6B. Grayscale: #BFBFBF. Windows color (decimal): -1330540 or 9745131. OLE color: 9745131.

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

Color convert

RGB235178148-
CMYK00.240.370.08
HSL20.69º68.5%75.1%-
HSV(B)20.69º37.02%92.16%-
XYZ55.5351.6435.06-
YUV191.62103.38158.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=41.89%
G=31.73%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517814800.240.370.0820.6968.575.1
HexEBB29401825815454b
Octal353262224030451025105113
Binary11101011101100101001010001100010010110001010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB294; }

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

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

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

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

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

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

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

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