#EDA288

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

Shades of Tonys Pink #EDA288

Tints of Tonys Pink #EDA288

Color information

#EDA288 (or 0xEDA288) is unknown color: approx Tonys Pink. HEX triplet: ED, A2 and 88. RGB value is (237,162,136). Sum of RGB (Red+Green+Blue) = 237+162+136=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA288 is #125D77. Grayscale: #B5B5B5. Windows color (decimal): -1203576 or 8954605. OLE color: 8954605.

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

Color convert

RGB237162136-
CMYK00.320.430.07
HSL15.45º73.72%73.14%-
HSV(B)15.45º42.62%92.94%-
XYZ52.2945.6229.34-
YUV181.46102.35167.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=44.30%
G=30.28%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716213600.320.430.0715.4573.7273.14
HexEDA2880202B7f4a49
Octal35524221004053717112111
Binary1110110110100010100010000100000101011111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA288; }

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

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

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

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

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

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

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

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