#EDA393

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

Shades of Tonys Pink #EDA393

Tints of Tonys Pink #EDA393

Color information

#EDA393 (or 0xEDA393) is unknown color: approx Tonys Pink. HEX triplet: ED, A3 and 93. RGB value is (237,163,147). Sum of RGB (Red+Green+Blue) = 237+163+147=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA393 is #125C6C. Grayscale: #B7B7B7. Windows color (decimal): -1203309 or 9675757. OLE color: 9675757.

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

Color convert

RGB237163147-
CMYK00.310.380.07
HSL10.67º71.43%75.29%-
HSV(B)10.67º37.97%92.94%-
XYZ53.2946.3133.73-
YUV183.3107.52166.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=43.33%
G=29.80%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716314700.310.380.0710.6771.4375.29
HexEDA39301F267b474b
Octal35524322303746713107113
Binary111011011010001110010011011111100110111101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA393; }

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

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

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

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

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

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

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

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