Html Css Color HEX #EDA487 Tonys Pink

📋 copy color: '#EDA487'

red 237 ◦ green 164 ◦ blue 135

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

Shades of Tonys Pink #EDA487

Tints of Tonys Pink #EDA487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.19%

R = 44.22%
G = 30.6%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA487 (or 0xEDA487) is known color: Tonys Pink. HEX triplet: ED, A4 and 87. RGB value is (237,164,135). Sum of RGB (Red+Green+Blue) = 237+164+135=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA487 is #125B78. Grayscale: #B6B6B6. Windows color (decimal): -1203065 or 8889581. OLE color: 8889581.

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

Color convert

RGB 237 164 135 -
CMYK 0 0.31 0.43 0.07
HSL 17.06º 0.74% 0.73% -
HSV(B) 17.06º 0.43% 0.93% -
XYZ 52.57 46.3 29.09 -
YUV 182.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 237 164 135 0 0.31 0.43 0.07 17.06 0.74 0.73
Hex ED A4 87 0 1F 2B 7 11 4A 49
Octal 355 244 207 0 37 53 7 21 112 111
Binary 11101101 10100100 10000111 0 11111 101011 111 10001 1001010 1001001

Color Harmonies of #EDA487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA487

Black with #EDA487

Text Example


Text Example

White with #EDA487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA487; }

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

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

background-color css

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

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

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

border-color css

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

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

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