#EBA099

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

Shades of Sweet Pink #EBA099

Tints of Sweet Pink #EBA099

Color information

#EBA099 (or 0xEBA099) is unknown color: approx Sweet Pink. HEX triplet: EB, A0 and 99. RGB value is (235,160,153). Sum of RGB (Red+Green+Blue) = 235+160+153=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA099 is #145F66. Grayscale: #B5B5B5. Windows color (decimal): -1335143 or 10068203. OLE color: 10068203.

HSL color Cylindrical-coordinate representation of color #EBA099: hue angle of 5.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA099 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235160153-
CMYK00.320.350.08
HSL5.12º67.21%76.08%-
HSV(B)5.12º34.89%92.16%-
XYZ52.5845.136.07-
YUV181.63111.85166.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=42.88%
G=29.20%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516015300.320.350.085.1267.2176.08
HexEBA0990202385434c
Octal35324023104043105103114
Binary1110101110100000100110010100000100011100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA099; }

 p { color: rgb(235,160,153); }

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

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

 a { background-color: rgb(235,160,153); }

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

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

 span { border-color: rgb(235,160,153); }

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