Html Css Color HEX #EDA586 Tonys Pink

📋 copy color: '#EDA586'

red 237 ◦ green 165 ◦ blue 134

#EDA586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #EDA586

Tints of Tonys Pink #EDA586

RGB

 RED value IS 237 (92.97% from 255) = 44.22%

 GREEN value IS 165 (64.84% from 255) = 30.78%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 44.22%
G = 30.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA586 (or 0xEDA586) is known color: Tonys Pink. HEX triplet: ED, A5 and 86. RGB value is (237,165,134). Sum of RGB (Red+Green+Blue) = 237+165+134=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA586 is #125A79. Grayscale: #B7B7B7. Windows color (decimal): -1202810 or 8824301. OLE color: 8824301.

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

Color convert

RGB 237 165 134 -
CMYK 0 0.30 0.43 0.07
HSL 18.06º 0.74% 0.73% -
HSV(B) 18.06º 0.43% 0.93% -
XYZ 52.68 46.64 28.78 -
YUV 182.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 237 165 134 0 0.30 0.43 0.07 18.06 0.74 0.73
Hex ED A5 86 0 1E 2B 7 12 4A 49
Octal 355 245 206 0 36 53 7 22 112 111
Binary 11101101 10100101 10000110 0 11110 101011 111 10010 1001010 1001001

Color Harmonies of #EDA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA586

Black with #EDA586

Text Example


Text Example

White with #EDA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA586; }

 p { color: rgb(237,165,134); }

 H1.HeaderClassName
 {
   color: #EDA586;
 }
 .AnyTagClassName
 {
   color: #EDA586;
 }
</style>

background-color css

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

 a { background-color: rgb(237,165,134); }

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

border-color css

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

 span { border-color: rgb(237,165,134); }

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