Html Css Color HEX #EDA089 Tonys Pink

📋 copy color: '#EDA089'

red 237 ◦ green 160 ◦ blue 137

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

Shades of Tonys Pink #EDA089

Tints of Tonys Pink #EDA089

RGB

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

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

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

R = 44.38%
G = 29.96%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA089 (or 0xEDA089) is known color: Tonys Pink. HEX triplet: ED, A0 and 89. RGB value is (237,160,137). Sum of RGB (Red+Green+Blue) = 237+160+137=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA089 is #125F76. Grayscale: #B4B4B4. Windows color (decimal): -1204087 or 9019629. OLE color: 9019629.

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

Color convert

RGB 237 160 137 -
CMYK 0 0.32 0.42 0.07
HSL 13.8º 0.74% 0.73% -
HSV(B) 13.8º 0.42% 0.93% -
XYZ 52.01 44.95 29.6 -
YUV 180.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 237 160 137 0 0.32 0.42 0.07 13.8 0.74 0.73
Hex ED A0 89 0 20 2A 7 E 4A 49
Octal 355 240 211 0 40 52 7 16 112 111
Binary 11101101 10100000 10001001 0 100000 101010 111 1110 1001010 1001001

Color Harmonies of #EDA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA089

Black with #EDA089

Text Example


Text Example

White with #EDA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA089; }

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

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

background-color css

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

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

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

border-color css

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

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

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