Html Css Color HEX #EDA685 Tonys Pink

📋 copy color: '#EDA685'

red 237 ◦ green 166 ◦ blue 133

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

Shades of Tonys Pink #EDA685

Tints of Tonys Pink #EDA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.97%

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

R = 44.22%
G = 30.97%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDA685 (or 0xEDA685) is known color: Tonys Pink. HEX triplet: ED, A6 and 85. RGB value is (237,166,133). Sum of RGB (Red+Green+Blue) = 237+166+133=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA685 is #12597A. Grayscale: #B7B7B7. Windows color (decimal): -1202555 or 8759021. OLE color: 8759021.

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

Color convert

RGB 237 166 133 -
CMYK 0 0.30 0.44 0.07
HSL 19.04º 0.74% 0.73% -
HSV(B) 19.04º 0.44% 0.93% -
XYZ 52.79 46.97 28.47 -
YUV 183.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 237 166 133 0 0.30 0.44 0.07 19.04 0.74 0.73
Hex ED A6 85 0 1E 2C 7 13 4A 49
Octal 355 246 205 0 36 54 7 23 112 111
Binary 11101101 10100110 10000101 0 11110 101100 111 10011 1001010 1001001

Color Harmonies of #EDA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA685

Black with #EDA685

Text Example


Text Example

White with #EDA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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