#EBA381

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

Shades of Tonys Pink #EBA381

Tints of Tonys Pink #EBA381

Color information

#EBA381 (or 0xEBA381) is unknown color: approx Tonys Pink. HEX triplet: EB, A3 and 81. RGB value is (235,163,129). Sum of RGB (Red+Green+Blue) = 235+163+129=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA381 is #145C7E. Grayscale: #B4B4B4. Windows color (decimal): -1334399 or 8496107. OLE color: 8496107.

HSL color Cylindrical-coordinate representation of color #EBA381: hue angle of 19.25º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBA381 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235163129-
CMYK00.310.450.08
HSL19.25º72.6%71.37%-
HSV(B)19.25º45.11%92.16%-
XYZ51.3245.4426.84-
YUV180.6598.85166.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.59%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 129 (50.78% from 255) = 24.48%
R=44.59%
G=30.93%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516312900.310.450.0819.2572.671.37
HexEBA38101F2D8134947
Octal353243201037551023111107
Binary11101011101000111000000101111110110110001001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA381; }

 p { color: rgb(235,163,129); }

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

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

 a { background-color: rgb(235,163,129); }

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

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

 span { border-color: rgb(235,163,129); }

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