#EBA281

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

Shades of Tonys Pink #EBA281

Tints of Tonys Pink #EBA281

Color information

#EBA281 (or 0xEBA281) is unknown color: approx Tonys Pink. HEX triplet: EB, A2 and 81. RGB value is (235,162,129). Sum of RGB (Red+Green+Blue) = 235+162+129=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA281 is #145D7E. Grayscale: #B4B4B4. Windows color (decimal): -1334655 or 8495851. OLE color: 8495851.

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

Color convert

RGB235162129-
CMYK00.310.450.08
HSL18.68º72.6%71.37%-
HSV(B)18.68º45.11%92.16%-
XYZ51.1445.0926.78-
YUV180.0699.18167.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 129 (50.78% from 255) = 24.52%
R=44.68%
G=30.80%
B=24.52%

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
Decimal23516212900.310.450.0818.6872.671.37
HexEBA28101F2D8134947
Octal353242201037551023111107
Binary11101011101000101000000101111110110110001001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA281; }

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

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

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

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

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

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

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

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