#EBA483

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

Shades of Tonys Pink #EBA483

Tints of Tonys Pink #EBA483

Color information

#EBA483 (or 0xEBA483) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 83. RGB value is (235,164,131). Sum of RGB (Red+Green+Blue) = 235+164+131=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA483 is #145B7C. Grayscale: #B5B5B5. Windows color (decimal): -1334141 or 8627435. OLE color: 8627435.

HSL color Cylindrical-coordinate representation of color #EBA483: hue angle of 19.04º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBA483 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235164131-
CMYK00.300.440.08
HSL19.04º72.22%71.76%-
HSV(B)19.04º44.26%92.16%-
XYZ51.6345.8527.6-
YUV181.4799.52166.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 131 (51.56% from 255) = 24.72%
R=44.34%
G=30.94%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516413100.300.440.0819.0472.2271.76
HexEBA48301E2C8134848
Octal353244203036541023110110
Binary11101011101001001000001101111010110010001001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA483; }

 p { color: rgb(235,164,131); }

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

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

 a { background-color: rgb(235,164,131); }

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

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

 span { border-color: rgb(235,164,131); }

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