Html Css Color HEX #EDA485 Tonys Pink

📋 copy color: '#EDA485'

red 237 ◦ green 164 ◦ blue 133

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

Shades of Tonys Pink #EDA485

Tints of Tonys Pink #EDA485

RGB

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

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

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

R = 44.38%
G = 30.71%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA485 (or 0xEDA485) is known color: Tonys Pink. HEX triplet: ED, A4 and 85. RGB value is (237,164,133). Sum of RGB (Red+Green+Blue) = 237+164+133=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA485 is #125B7A. Grayscale: #B6B6B6. Windows color (decimal): -1203067 or 8758509. OLE color: 8758509.

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

Color convert

RGB 237 164 133 -
CMYK 0 0.31 0.44 0.07
HSL 17.88º 0.74% 0.73% -
HSV(B) 17.88º 0.44% 0.93% -
XYZ 52.43 46.25 28.35 -
YUV 182.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 237 164 133 0 0.31 0.44 0.07 17.88 0.74 0.73
Hex ED A4 85 0 1F 2C 7 12 4A 49
Octal 355 244 205 0 37 54 7 22 112 111
Binary 11101101 10100100 10000101 0 11111 101100 111 10010 1001010 1001001

Color Harmonies of #EDA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA485

Black with #EDA485

Text Example


Text Example

White with #EDA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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