Html Css Color HEX #EDA395 Tonys Pink

📋 copy color: '#EDA395'

red 237 ◦ green 163 ◦ blue 149

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

Shades of Tonys Pink #EDA395

Tints of Tonys Pink #EDA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.69%

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

R = 43.17%
G = 29.69%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDA395 (or 0xEDA395) is known color: Tonys Pink. HEX triplet: ED, A3 and 95. RGB value is (237,163,149). Sum of RGB (Red+Green+Blue) = 237+163+149=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA395 is #125C6A. Grayscale: #B7B7B7. Windows color (decimal): -1203307 or 9806829. OLE color: 9806829.

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

Color convert

RGB 237 163 149 -
CMYK 0 0.31 0.37 0.07
HSL 9.55º 0.71% 0.76% -
HSV(B) 9.55º 0.37% 0.93% -
XYZ 53.45 46.37 34.57 -
YUV 183.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 237 163 149 0 0.31 0.37 0.07 9.55 0.71 0.76
Hex ED A3 95 0 1F 25 7 A 47 4C
Octal 355 243 225 0 37 45 7 12 107 114
Binary 11101101 10100011 10010101 0 11111 100101 111 1010 1000111 1001100

Color Harmonies of #EDA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA395

Black with #EDA395

Text Example


Text Example

White with #EDA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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