#EBA199

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

Shades of Sweet Pink #EBA199

Tints of Sweet Pink #EBA199

Color information

#EBA199 (or 0xEBA199) is unknown color: approx Sweet Pink. HEX triplet: EB, A1 and 99. RGB value is (235,161,153). Sum of RGB (Red+Green+Blue) = 235+161+153=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA199 is #145E66. Grayscale: #B6B6B6. Windows color (decimal): -1334887 or 10068459. OLE color: 10068459.

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

Color convert

RGB235161153-
CMYK00.310.350.08
HSL5.85º67.21%76.08%-
HSV(B)5.85º34.89%92.16%-
XYZ52.7645.4536.13-
YUV182.21111.52165.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=42.81%
G=29.33%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516115300.310.350.085.8567.2176.08
HexEBA19901F2386434c
Octal35324123103743106103114
Binary111010111010000110011001011111100011100011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA199; }

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

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

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

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

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

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

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

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