Html Css Color HEX #EDA585 Tonys Pink

📋 copy color: '#EDA585'

red 237 ◦ green 165 ◦ blue 133

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

Shades of Tonys Pink #EDA585

Tints of Tonys Pink #EDA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 44.3%
G = 30.84%
B = 24.86%

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

#EDA585 (or 0xEDA585) is known color: Tonys Pink. HEX triplet: ED, A5 and 85. RGB value is (237,165,133). Sum of RGB (Red+Green+Blue) = 237+165+133=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA585 is #125A7A. Grayscale: #B7B7B7. Windows color (decimal): -1202811 or 8758765. OLE color: 8758765.

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

Color convert

RGB 237 165 133 -
CMYK 0 0.30 0.44 0.07
HSL 18.46º 0.74% 0.73% -
HSV(B) 18.46º 0.44% 0.93% -
XYZ 52.61 46.61 28.41 -
YUV 182.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 237 165 133 0 0.30 0.44 0.07 18.46 0.74 0.73
Hex ED A5 85 0 1E 2C 7 12 4A 49
Octal 355 245 205 0 36 54 7 22 112 111
Binary 11101101 10100101 10000101 0 11110 101100 111 10010 1001010 1001001

Color Harmonies of #EDA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA585

Black with #EDA585

Text Example


Text Example

White with #EDA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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