Html Css Color HEX #EDA589 Tonys Pink

📋 copy color: '#EDA589'

red 237 ◦ green 165 ◦ blue 137

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

Shades of Tonys Pink #EDA589

Tints of Tonys Pink #EDA589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

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

R = 43.97%
G = 30.61%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA589 (or 0xEDA589) is known color: Tonys Pink. HEX triplet: ED, A5 and 89. RGB value is (237,165,137). Sum of RGB (Red+Green+Blue) = 237+165+137=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA589 is #125A76. Grayscale: #B7B7B7. Windows color (decimal): -1202807 or 9020909. OLE color: 9020909.

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

Color convert

RGB 237 165 137 -
CMYK 0 0.30 0.42 0.07
HSL 16.8º 0.74% 0.73% -
HSV(B) 16.8º 0.42% 0.93% -
XYZ 52.9 46.72 29.9 -
YUV 183.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 237 165 137 0 0.30 0.42 0.07 16.8 0.74 0.73
Hex ED A5 89 0 1E 2A 7 11 4A 49
Octal 355 245 211 0 36 52 7 21 112 111
Binary 11101101 10100101 10001001 0 11110 101010 111 10001 1001010 1001001

Color Harmonies of #EDA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA589

Black with #EDA589

Text Example


Text Example

White with #EDA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA589; }

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

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

background-color css

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

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

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

border-color css

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

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

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