#EDA193

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

Shades of Tonys Pink #EDA193

Tints of Tonys Pink #EDA193

Color information

#EDA193 (or 0xEDA193) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 93. RGB value is (237,161,147). Sum of RGB (Red+Green+Blue) = 237+161+147=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA193 is #125E6C. Grayscale: #B6B6B6. Windows color (decimal): -1203821 or 9675245. OLE color: 9675245.

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

Color convert

RGB237161147-
CMYK00.320.380.07
HSL9.33º71.43%75.29%-
HSV(B)9.33º37.97%92.94%-
XYZ52.9445.633.62-
YUV182.13108.18167.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=43.49%
G=29.54%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716114700.320.380.079.3371.4375.29
HexEDA1930202679474b
Octal35524122304046711107113
Binary1110110110100001100100110100000100110111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA193; }

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

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

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

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

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

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

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

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