#EDA38F

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

Shades of Tonys Pink #EDA38F

Tints of Tonys Pink #EDA38F

Color information

#EDA38F (or 0xEDA38F) is unknown color: approx Tonys Pink. HEX triplet: ED, A3 and 8F. RGB value is (237,163,143). Sum of RGB (Red+Green+Blue) = 237+163+143=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38F is #125C70. Grayscale: #B6B6B6. Windows color (decimal): -1203313 or 9413613. OLE color: 9413613.

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

Color convert

RGB237163143-
CMYK00.310.400.07
HSL12.77º72.31%74.51%-
HSV(B)12.77º39.66%92.94%-
XYZ52.9846.1832.11-
YUV182.85105.52166.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=43.65%
G=30.02%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716314300.310.400.0712.7772.3174.51
HexEDA38F01F287d484b
Octal35524321703750715110113
Binary111011011010001110001111011111101000111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA38F; }

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

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

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

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

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

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

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

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