Html Css Color HEX #EDA686 Tonys Pink

📋 copy color: '#EDA686'

red 237 ◦ green 166 ◦ blue 134

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

Shades of Tonys Pink #EDA686

Tints of Tonys Pink #EDA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.91%

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

R = 44.13%
G = 30.91%
B = 24.95%

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

#EDA686 (or 0xEDA686) is known color: Tonys Pink. HEX triplet: ED, A6 and 86. RGB value is (237,166,134). Sum of RGB (Red+Green+Blue) = 237+166+134=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA686 is #125979. Grayscale: #B7B7B7. Windows color (decimal): -1202554 or 8824557. OLE color: 8824557.

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

Color convert

RGB 237 166 134 -
CMYK 0 0.30 0.43 0.07
HSL 18.64º 0.74% 0.73% -
HSV(B) 18.64º 0.43% 0.93% -
XYZ 52.86 47 28.84 -
YUV 183.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 237 166 134 0 0.30 0.43 0.07 18.64 0.74 0.73
Hex ED A6 86 0 1E 2B 7 13 4A 49
Octal 355 246 206 0 36 53 7 23 112 111
Binary 11101101 10100110 10000110 0 11110 101011 111 10011 1001010 1001001

Color Harmonies of #EDA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA686

Black with #EDA686

Text Example


Text Example

White with #EDA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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