Html Css Color HEX #EDA785 Tonys Pink

📋 copy color: '#EDA785'

red 237 ◦ green 167 ◦ blue 133

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

Shades of Tonys Pink #EDA785

Tints of Tonys Pink #EDA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.1%

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

R = 44.13%
G = 31.1%
B = 24.77%

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

#EDA785 (or 0xEDA785) is known color: Tonys Pink. HEX triplet: ED, A7 and 85. RGB value is (237,167,133). Sum of RGB (Red+Green+Blue) = 237+167+133=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA785 is #12587A. Grayscale: #B8B8B8. Windows color (decimal): -1202299 or 8759277. OLE color: 8759277.

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

Color convert

RGB 237 167 133 -
CMYK 0 0.30 0.44 0.07
HSL 19.62º 0.74% 0.73% -
HSV(B) 19.62º 0.44% 0.93% -
XYZ 52.98 47.34 28.53 -
YUV 184.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 237 167 133 0 0.30 0.44 0.07 19.62 0.74 0.73
Hex ED A7 85 0 1E 2C 7 14 4A 49
Octal 355 247 205 0 36 54 7 24 112 111
Binary 11101101 10100111 10000101 0 11110 101100 111 10100 1001010 1001001

Color Harmonies of #EDA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA785

Black with #EDA785

Text Example


Text Example

White with #EDA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA785; }

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

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

background-color css

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

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

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

border-color css

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

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

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