Html Css Color HEX #EDA889 Tonys Pink

📋 copy color: '#EDA889'

red 237 ◦ green 168 ◦ blue 137

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

Shades of Tonys Pink #EDA889

Tints of Tonys Pink #EDA889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

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

R = 43.73%
G = 31%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDA889 (or 0xEDA889) is known color: Tonys Pink. HEX triplet: ED, A8 and 89. RGB value is (237,168,137). Sum of RGB (Red+Green+Blue) = 237+168+137=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA889 is #125776. Grayscale: #B9B9B9. Windows color (decimal): -1202039 or 9021677. OLE color: 9021677.

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

Color convert

RGB 237 168 137 -
CMYK 0 0.29 0.42 0.07
HSL 18.6º 0.74% 0.73% -
HSV(B) 18.6º 0.42% 0.93% -
XYZ 53.44 47.82 30.08 -
YUV 185.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 237 168 137 0 0.29 0.42 0.07 18.6 0.74 0.73
Hex ED A8 89 0 1D 2A 7 13 4A 49
Octal 355 250 211 0 35 52 7 23 112 111
Binary 11101101 10101000 10001001 0 11101 101010 111 10011 1001010 1001001

Color Harmonies of #EDA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA889

Black with #EDA889

Text Example


Text Example

White with #EDA889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA889; }

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

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

background-color css

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

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

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

border-color css

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

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

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