Html Css Color HEX #EDA489 Tonys Pink

📋 copy color: '#EDA489'

red 237 ◦ green 164 ◦ blue 137

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

Shades of Tonys Pink #EDA489

Tints of Tonys Pink #EDA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.48%

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

R = 44.05%
G = 30.48%
B = 25.46%

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

#EDA489 (or 0xEDA489) is known color: Tonys Pink. HEX triplet: ED, A4 and 89. RGB value is (237,164,137). Sum of RGB (Red+Green+Blue) = 237+164+137=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA489 is #125B76. Grayscale: #B6B6B6. Windows color (decimal): -1203063 or 9020653. OLE color: 9020653.

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

Color convert

RGB 237 164 137 -
CMYK 0 0.31 0.42 0.07
HSL 16.2º 0.74% 0.73% -
HSV(B) 16.2º 0.42% 0.93% -
XYZ 52.72 46.36 29.84 -
YUV 182.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 237 164 137 0 0.31 0.42 0.07 16.2 0.74 0.73
Hex ED A4 89 0 1F 2A 7 10 4A 49
Octal 355 244 211 0 37 52 7 20 112 111
Binary 11101101 10100100 10001001 0 11111 101010 111 10000 1001010 1001001

Color Harmonies of #EDA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA489

Black with #EDA489

Text Example


Text Example

White with #EDA489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA489; }

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

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

background-color css

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

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

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

border-color css

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

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

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