#EDA593

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

Shades of Tonys Pink #EDA593

Tints of Tonys Pink #EDA593

Color information

#EDA593 (or 0xEDA593) is unknown color: approx Tonys Pink. HEX triplet: ED, A5 and 93. RGB value is (237,165,147). Sum of RGB (Red+Green+Blue) = 237+165+147=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA593 is #125A6C. Grayscale: #B8B8B8. Windows color (decimal): -1202797 or 9676269. OLE color: 9676269.

HSL color Cylindrical-coordinate representation of color #EDA593: hue angle of 12º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA593 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237165147-
CMYK00.300.380.07
HSL12º71.43%75.29%-
HSV(B)12º37.97%92.94%-
XYZ53.6547.0233.85-
YUV184.48106.85165.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=43.17%
G=30.05%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716514700.300.380.071271.4375.29
HexEDA59301E267c474b
Octal35524522303646714107113
Binary111011011010010110010011011110100110111110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA593; }

 p { color: rgb(237,165,147); }

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

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

 a { background-color: rgb(237,165,147); }

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

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

 span { border-color: rgb(237,165,147); }

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