#EDA28B

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

Shades of Tonys Pink #EDA28B

Tints of Tonys Pink #EDA28B

Color information

#EDA28B (or 0xEDA28B) is unknown color: approx Tonys Pink. HEX triplet: ED, A2 and 8B. RGB value is (237,162,139). Sum of RGB (Red+Green+Blue) = 237+162+139=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28B is #125D74. Grayscale: #B5B5B5. Windows color (decimal): -1203573 or 9151213. OLE color: 9151213.

HSL color Cylindrical-coordinate representation of color #EDA28B: hue angle of 14.08º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA28B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237162139-
CMYK00.320.410.07
HSL14.08º73.13%73.73%-
HSV(B)14.08º41.35%92.94%-
XYZ52.5145.7130.48-
YUV181.8103.85167.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=44.05%
G=30.11%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716213900.320.410.0714.0873.1373.73
HexEDA28B020297e494a
Octal35524221304051716111112
Binary1110110110100010100010110100000101001111111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA28B; }

 p { color: rgb(237,162,139); }

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

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

 a { background-color: rgb(237,162,139); }

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

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

 span { border-color: rgb(237,162,139); }

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