Html Css Color HEX #EDA195 Tonys Pink

📋 copy color: '#EDA195'

red 237 ◦ green 161 ◦ blue 149

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

Shades of Tonys Pink #EDA195

Tints of Tonys Pink #EDA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.43%

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

R = 43.33%
G = 29.43%
B = 27.24%

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

#EDA195 (or 0xEDA195) is known color: Tonys Pink. HEX triplet: ED, A1 and 95. RGB value is (237,161,149). Sum of RGB (Red+Green+Blue) = 237+161+149=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA195 is #125E6A. Grayscale: #B6B6B6. Windows color (decimal): -1203819 or 9806317. OLE color: 9806317.

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

Color convert

RGB 237 161 149 -
CMYK 0 0.32 0.37 0.07
HSL 8.18º 0.71% 0.76% -
HSV(B) 8.18º 0.37% 0.93% -
XYZ 53.09 45.66 34.45 -
YUV 182.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 237 161 149 0 0.32 0.37 0.07 8.18 0.71 0.76
Hex ED A1 95 0 20 25 7 8 47 4C
Octal 355 241 225 0 40 45 7 10 107 114
Binary 11101101 10100001 10010101 0 100000 100101 111 1000 1000111 1001100

Color Harmonies of #EDA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA195

Black with #EDA195

Text Example


Text Example

White with #EDA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA195; }

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

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

background-color css

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

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

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

border-color css

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

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

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