Html Css Color HEX #EDA389 Tonys Pink

📋 copy color: '#EDA389'

red 237 ◦ green 163 ◦ blue 137

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

Shades of Tonys Pink #EDA389

Tints of Tonys Pink #EDA389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 137 (53.91% from 255) = 25.51%

R = 44.13%
G = 30.35%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA389 (or 0xEDA389) is known color: Tonys Pink. HEX triplet: ED, A3 and 89. RGB value is (237,163,137). Sum of RGB (Red+Green+Blue) = 237+163+137=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA389 is #125C76. Grayscale: #B6B6B6. Windows color (decimal): -1203319 or 9020397. OLE color: 9020397.

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

Color convert

RGB 237 163 137 -
CMYK 0 0.31 0.42 0.07
HSL 15.6º 0.74% 0.73% -
HSV(B) 15.6º 0.42% 0.93% -
XYZ 52.54 46.01 29.78 -
YUV 182.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 237 163 137 0 0.31 0.42 0.07 15.6 0.74 0.73
Hex ED A3 89 0 1F 2A 7 10 4A 49
Octal 355 243 211 0 37 52 7 20 112 111
Binary 11101101 10100011 10001001 0 11111 101010 111 10000 1001010 1001001

Color Harmonies of #EDA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA389

Black with #EDA389

Text Example


Text Example

White with #EDA389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA389; }

 p { color: rgb(237,163,137); }

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

background-color css

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

 a { background-color: rgb(237,163,137); }

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

border-color css

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

 span { border-color: rgb(237,163,137); }

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