Html Css Color HEX #EDA986 Tonys Pink

📋 copy color: '#EDA986'

red 237 ◦ green 169 ◦ blue 134

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

Shades of Tonys Pink #EDA986

Tints of Tonys Pink #EDA986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.3%

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

R = 43.89%
G = 31.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA986 (or 0xEDA986) is known color: Tonys Pink. HEX triplet: ED, A9 and 86. RGB value is (237,169,134). Sum of RGB (Red+Green+Blue) = 237+169+134=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA986 is #125679. Grayscale: #B9B9B9. Windows color (decimal): -1201786 or 8825325. OLE color: 8825325.

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

Color convert

RGB 237 169 134 -
CMYK 0 0.29 0.43 0.07
HSL 20.39º 0.74% 0.73% -
HSV(B) 20.39º 0.43% 0.93% -
XYZ 53.42 48.1 29.02 -
YUV 185.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 237 169 134 0 0.29 0.43 0.07 20.39 0.74 0.73
Hex ED A9 86 0 1D 2B 7 14 4A 49
Octal 355 251 206 0 35 53 7 24 112 111
Binary 11101101 10101001 10000110 0 11101 101011 111 10100 1001010 1001001

Color Harmonies of #EDA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA986

Black with #EDA986

Text Example


Text Example

White with #EDA986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA986; }

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

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

background-color css

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

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

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

border-color css

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

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

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