Html Css Color HEX #EDA295 Tonys Pink

📋 copy color: '#EDA295'

red 237 ◦ green 162 ◦ blue 149

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

Shades of Tonys Pink #EDA295

Tints of Tonys Pink #EDA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.56%

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

R = 43.25%
G = 29.56%
B = 27.19%

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

#EDA295 (or 0xEDA295) is known color: Tonys Pink. HEX triplet: ED, A2 and 95. RGB value is (237,162,149). Sum of RGB (Red+Green+Blue) = 237+162+149=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA295 is #125D6A. Grayscale: #B7B7B7. Windows color (decimal): -1203563 or 9806573. OLE color: 9806573.

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

Color convert

RGB 237 162 149 -
CMYK 0 0.32 0.37 0.07
HSL 8.86º 0.71% 0.76% -
HSV(B) 8.86º 0.37% 0.93% -
XYZ 53.27 46.02 34.51 -
YUV 182.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 237 162 149 0 0.32 0.37 0.07 8.86 0.71 0.76
Hex ED A2 95 0 20 25 7 9 47 4C
Octal 355 242 225 0 40 45 7 11 107 114
Binary 11101101 10100010 10010101 0 100000 100101 111 1001 1000111 1001100

Color Harmonies of #EDA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA295

Black with #EDA295

Text Example


Text Example

White with #EDA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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