#EDA391

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

Shades of Tonys Pink #EDA391

Tints of Tonys Pink #EDA391

Color information

#EDA391 (or 0xEDA391) is unknown color: approx Tonys Pink. HEX triplet: ED, A3 and 91. RGB value is (237,163,145). Sum of RGB (Red+Green+Blue) = 237+163+145=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA391 is #125C6E. Grayscale: #B7B7B7. Windows color (decimal): -1203311 or 9544685. OLE color: 9544685.

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

Color convert

RGB237163145-
CMYK00.310.390.07
HSL11.74º71.88%74.9%-
HSV(B)11.74º38.82%92.94%-
XYZ53.1346.2432.91-
YUV183.07106.52166.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 145 (57.03% from 255) = 26.61%
R=43.49%
G=29.91%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716314500.310.390.0711.7471.8874.9
HexEDA39101F277c484b
Octal35524322103747714110113
Binary111011011010001110010001011111100111111110010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA391; }

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

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

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

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

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

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

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

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