Html Css Color HEX #EDA987 Tonys Pink

📋 copy color: '#EDA987'

red 237 ◦ green 169 ◦ blue 135

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

Shades of Tonys Pink #EDA987

Tints of Tonys Pink #EDA987

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.24%

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

R = 43.81%
G = 31.24%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDA987 (or 0xEDA987) is known color: Tonys Pink. HEX triplet: ED, A9 and 87. RGB value is (237,169,135). Sum of RGB (Red+Green+Blue) = 237+169+135=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA987 is #125678. Grayscale: #B9B9B9. Windows color (decimal): -1201785 or 8890861. OLE color: 8890861.

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

Color convert

RGB 237 169 135 -
CMYK 0 0.29 0.43 0.07
HSL 20º 0.74% 0.73% -
HSV(B) 20º 0.43% 0.93% -
XYZ 53.49 48.13 29.39 -
YUV 185.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 237 169 135 0 0.29 0.43 0.07 20 0.74 0.73
Hex ED A9 87 0 1D 2B 7 14 4A 49
Octal 355 251 207 0 35 53 7 24 112 111
Binary 11101101 10101001 10000111 0 11101 101011 111 10100 1001010 1001001

Color Harmonies of #EDA987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA987

Black with #EDA987

Text Example


Text Example

White with #EDA987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA987; }

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

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

background-color css

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

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

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

border-color css

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

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

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