#EBA484

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

Shades of Tonys Pink #EBA484

Tints of Tonys Pink #EBA484

Color information

#EBA484 (or 0xEBA484) is unknown color: approx Tonys Pink. HEX triplet: EB, A4 and 84. RGB value is (235,164,132). Sum of RGB (Red+Green+Blue) = 235+164+132=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA484 is #145B7B. Grayscale: #B5B5B5. Windows color (decimal): -1334140 or 8692971. OLE color: 8692971.

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

Color convert

RGB235164132-
CMYK00.300.440.08
HSL18.64º72.03%71.96%-
HSV(B)18.64º43.83%92.16%-
XYZ51.745.8827.96-
YUV181.58100.02166.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=44.26%
G=30.89%
B=24.86%

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
Decimal23516413200.300.440.0818.6472.0371.96
HexEBA48401E2C8134848
Octal353244204036541023110110
Binary11101011101001001000010001111010110010001001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA484; }

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

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

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

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

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

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

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

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