Html Css Color HEX #EDA393 Tonys Pink

📋 copy color: '#EDA393'

red 237 ◦ green 163 ◦ blue 147

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

Shades of Tonys Pink #EDA393

Tints of Tonys Pink #EDA393

RGB

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

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

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

R = 43.33%
G = 29.8%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDA393 (or 0xEDA393) is known color: Tonys Pink. HEX triplet: ED, A3 and 93. RGB value is (237,163,147). Sum of RGB (Red+Green+Blue) = 237+163+147=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA393 is #125C6C. Grayscale: #B7B7B7. Windows color (decimal): -1203309 or 9675757. OLE color: 9675757.

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

Color convert

RGB 237 163 147 -
CMYK 0 0.31 0.38 0.07
HSL 10.67º 0.71% 0.75% -
HSV(B) 10.67º 0.38% 0.93% -
XYZ 53.29 46.31 33.73 -
YUV 183.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 237 163 147 0 0.31 0.38 0.07 10.67 0.71 0.75
Hex ED A3 93 0 1F 26 7 B 47 4B
Octal 355 243 223 0 37 46 7 13 107 113
Binary 11101101 10100011 10010011 0 11111 100110 111 1011 1000111 1001011

Color Harmonies of #EDA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA393

Black with #EDA393

Text Example


Text Example

White with #EDA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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