Html Css Color HEX #EDA293 Tonys Pink

📋 copy color: '#EDA293'

red 237 ◦ green 162 ◦ blue 147

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

Shades of Tonys Pink #EDA293

Tints of Tonys Pink #EDA293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 43.41%
G = 29.67%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA293 (or 0xEDA293) is known color: Tonys Pink. HEX triplet: ED, A2 and 93. RGB value is (237,162,147). Sum of RGB (Red+Green+Blue) = 237+162+147=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA293 is #125D6C. Grayscale: #B6B6B6. Windows color (decimal): -1203565 or 9675501. OLE color: 9675501.

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

Color convert

RGB 237 162 147 -
CMYK 0 0.32 0.38 0.07
HSL 10º 0.71% 0.75% -
HSV(B) 10º 0.38% 0.93% -
XYZ 53.11 45.95 33.67 -
YUV 182.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 237 162 147 0 0.32 0.38 0.07 10 0.71 0.75
Hex ED A2 93 0 20 26 7 A 47 4B
Octal 355 242 223 0 40 46 7 12 107 113
Binary 11101101 10100010 10010011 0 100000 100110 111 1010 1000111 1001011

Color Harmonies of #EDA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA293

Black with #EDA293

Text Example


Text Example

White with #EDA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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