#EDA68D

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

Shades of Tonys Pink #EDA68D

Tints of Tonys Pink #EDA68D

Color information

#EDA68D (or 0xEDA68D) is unknown color: approx Tonys Pink. HEX triplet: ED, A6 and 8D. RGB value is (237,166,141). Sum of RGB (Red+Green+Blue) = 237+166+141=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68D is #125972. Grayscale: #B8B8B8. Windows color (decimal): -1202547 or 9283309. OLE color: 9283309.

HSL color Cylindrical-coordinate representation of color #EDA68D: hue angle of 15.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA68D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237166141-
CMYK00.300.410.07
HSL15.63º72.73%74.12%-
HSV(B)15.63º40.51%92.94%-
XYZ53.3747.231.5-
YUV184.38103.52165.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=43.57%
G=30.51%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716614100.300.410.0715.6372.7374.12
HexEDA68D01E29710494a
Octal35524621503651720111112
Binary1110110110100110100011010111101010011111000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA68D; }

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

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

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

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

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

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

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

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