Html Css Color HEX #EDA587 Tonys Pink

📋 copy color: '#EDA587'

red 237 ◦ green 165 ◦ blue 135

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

Shades of Tonys Pink #EDA587

Tints of Tonys Pink #EDA587

RGB

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

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

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

R = 44.13%
G = 30.73%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA587 (or 0xEDA587) is known color: Tonys Pink. HEX triplet: ED, A5 and 87. RGB value is (237,165,135). Sum of RGB (Red+Green+Blue) = 237+165+135=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA587 is #125A78. Grayscale: #B7B7B7. Windows color (decimal): -1202809 or 8889837. OLE color: 8889837.

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

Color convert

RGB 237 165 135 -
CMYK 0 0.30 0.43 0.07
HSL 17.65º 0.74% 0.73% -
HSV(B) 17.65º 0.43% 0.93% -
XYZ 52.75 46.66 29.15 -
YUV 183.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 237 165 135 0 0.30 0.43 0.07 17.65 0.74 0.73
Hex ED A5 87 0 1E 2B 7 12 4A 49
Octal 355 245 207 0 36 53 7 22 112 111
Binary 11101101 10100101 10000111 0 11110 101011 111 10010 1001010 1001001

Color Harmonies of #EDA587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA587

Black with #EDA587

Text Example


Text Example

White with #EDA587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA587; }

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

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

background-color css

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

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

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

border-color css

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

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

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