Html Css Color HEX #EDA985 Tonys Pink

📋 copy color: '#EDA985'

red 237 ◦ green 169 ◦ blue 133

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

Shades of Tonys Pink #EDA985

Tints of Tonys Pink #EDA985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 43.97%
G = 31.35%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA985 (or 0xEDA985) is known color: Tonys Pink. HEX triplet: ED, A9 and 85. RGB value is (237,169,133). Sum of RGB (Red+Green+Blue) = 237+169+133=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA985 is #12567A. Grayscale: #B9B9B9. Windows color (decimal): -1201787 or 8759789. OLE color: 8759789.

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

Color convert

RGB 237 169 133 -
CMYK 0 0.29 0.44 0.07
HSL 20.77º 0.74% 0.73% -
HSV(B) 20.77º 0.44% 0.93% -
XYZ 53.35 48.07 28.66 -
YUV 185.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 237 169 133 0 0.29 0.44 0.07 20.77 0.74 0.73
Hex ED A9 85 0 1D 2C 7 15 4A 49
Octal 355 251 205 0 35 54 7 25 112 111
Binary 11101101 10101001 10000101 0 11101 101100 111 10101 1001010 1001001

Color Harmonies of #EDA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA985

Black with #EDA985

Text Example


Text Example

White with #EDA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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