#EBA298

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

Shades of Tonys Pink #EBA298

Tints of Tonys Pink #EBA298

Color information

#EBA298 (or 0xEBA298) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 98. RGB value is (235,162,152). Sum of RGB (Red+Green+Blue) = 235+162+152=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA298 is #145D67. Grayscale: #B6B6B6. Windows color (decimal): -1334632 or 10003179. OLE color: 10003179.

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

Color convert

RGB235162152-
CMYK00.310.350.08
HSL7.23º67.48%75.88%-
HSV(B)7.23º35.32%92.16%-
XYZ52.8545.7735.75-
YUV182.69110.68165.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=42.81%
G=29.51%
B=27.69%

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
Decimal23516215200.310.350.087.2367.4875.88
HexEBA29801F2387434c
Octal35324223003743107103114
Binary111010111010001010011000011111100011100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA298; }

 p { color: rgb(235,162,152); }

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

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

 a { background-color: rgb(235,162,152); }

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

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

 span { border-color: rgb(235,162,152); }

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