Html Css Color HEX #EDA095 Tonys Pink

📋 copy color: '#EDA095'

red 237 ◦ green 160 ◦ blue 149

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

Shades of Tonys Pink #EDA095

Tints of Tonys Pink #EDA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 43.41%
G = 29.3%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA095 (or 0xEDA095) is known color: Tonys Pink. HEX triplet: ED, A0 and 95. RGB value is (237,160,149). Sum of RGB (Red+Green+Blue) = 237+160+149=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA095 is #125F6A. Grayscale: #B5B5B5. Windows color (decimal): -1204075 or 9806061. OLE color: 9806061.

HSL color Cylindrical-coordinate representation of color #EDA095: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA095 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 149 -
CMYK 0 0.32 0.37 0.07
HSL 7.5º 0.71% 0.76% -
HSV(B) 7.5º 0.37% 0.93% -
XYZ 52.92 45.32 34.39 -
YUV 181.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 237 160 149 0 0.32 0.37 0.07 7.5 0.71 0.76
Hex ED A0 95 0 20 25 7 8 47 4C
Octal 355 240 225 0 40 45 7 10 107 114
Binary 11101101 10100000 10010101 0 100000 100101 111 1000 1000111 1001100

Color Harmonies of #EDA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA095

Black with #EDA095

Text Example


Text Example

White with #EDA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA095; }

 p { color: rgb(237,160,149); }

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

background-color css

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

 a { background-color: rgb(237,160,149); }

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

border-color css

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

 span { border-color: rgb(237,160,149); }

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