#EDA68F

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

Shades of Tonys Pink #EDA68F

Tints of Tonys Pink #EDA68F

Color information

#EDA68F (or 0xEDA68F) is unknown color: approx Tonys Pink. HEX triplet: ED, A6 and 8F. RGB value is (237,166,143). Sum of RGB (Red+Green+Blue) = 237+166+143=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68F is #125970. Grayscale: #B8B8B8. Windows color (decimal): -1202545 or 9414381. OLE color: 9414381.

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

Color convert

RGB237166143-
CMYK00.300.400.07
HSL14.68º72.31%74.51%-
HSV(B)14.68º39.66%92.94%-
XYZ53.5247.2632.29-
YUV184.61104.52165.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=43.41%
G=30.40%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716614300.300.400.0714.6872.3174.51
HexEDA68F01E287f484b
Octal35524621703650717110113
Binary111011011010011010001111011110101000111111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA68F; }

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

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

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

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

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

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

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

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