#EBB490

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

Shades of Mandys Pink #EBB490

Tints of Mandys Pink #EBB490

Color information

#EBB490 (or 0xEBB490) is unknown color: approx Mandys Pink. HEX triplet: EB, B4 and 90. RGB value is (235,180,144). Sum of RGB (Red+Green+Blue) = 235+180+144=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB490 is #144B6F. Grayscale: #C0C0C0. Windows color (decimal): -1330032 or 9483499. OLE color: 9483499.

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

Color convert

RGB235180144-
CMYK00.230.390.08
HSL23.74º69.47%74.31%-
HSV(B)23.74º38.72%92.16%-
XYZ55.6252.3233.55-
YUV192.34100.72158.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=42.04%
G=32.20%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518014400.230.390.0823.7469.4774.31
HexEBB49001727818454a
Octal353264220027471030105112
Binary11101011101101001001000001011110011110001100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB490; }

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

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

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

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

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

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

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

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