Html Css Color HEX #EDA086 Tonys Pink

📋 copy color: '#EDA086'

red 237 ◦ green 160 ◦ blue 134

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

Shades of Tonys Pink #EDA086

Tints of Tonys Pink #EDA086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

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

R = 44.63%
G = 30.13%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA086 (or 0xEDA086) is known color: Tonys Pink. HEX triplet: ED, A0 and 86. RGB value is (237,160,134). Sum of RGB (Red+Green+Blue) = 237+160+134=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA086 is #125F79. Grayscale: #B4B4B4. Windows color (decimal): -1204090 or 8823021. OLE color: 8823021.

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

Color convert

RGB 237 160 134 -
CMYK 0 0.32 0.43 0.07
HSL 15.15º 0.74% 0.73% -
HSV(B) 15.15º 0.43% 0.93% -
XYZ 51.8 44.87 28.48 -
YUV 180.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 237 160 134 0 0.32 0.43 0.07 15.15 0.74 0.73
Hex ED A0 86 0 20 2B 7 F 4A 49
Octal 355 240 206 0 40 53 7 17 112 111
Binary 11101101 10100000 10000110 0 100000 101011 111 1111 1001010 1001001

Color Harmonies of #EDA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA086

Black with #EDA086

Text Example


Text Example

White with #EDA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA086; }

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

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

background-color css

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

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

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

border-color css

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

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

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