#EDA692

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

Shades of Tonys Pink #EDA692

Tints of Tonys Pink #EDA692

Color information

#EDA692 (or 0xEDA692) is unknown color: approx Tonys Pink. HEX triplet: ED, A6 and 92. RGB value is (237,166,146). Sum of RGB (Red+Green+Blue) = 237+166+146=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA692 is #12596D. Grayscale: #B9B9B9. Windows color (decimal): -1202542 or 9610989. OLE color: 9610989.

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

Color convert

RGB237166146-
CMYK00.300.380.07
HSL13.19º71.65%75.1%-
HSV(B)13.19º38.4%92.94%-
XYZ53.7547.3533.5-
YUV184.95106.02165.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=43.17%
G=30.24%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716614600.300.380.0713.1971.6575.1
HexEDA69201E267d484b
Octal35524622203646715110113
Binary111011011010011010010010011110100110111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA692; }

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

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

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

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

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

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

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

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