Html Css Color HEX #EDA493 Tonys Pink

📋 copy color: '#EDA493'

red 237 ◦ green 164 ◦ blue 147

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

Shades of Tonys Pink #EDA493

Tints of Tonys Pink #EDA493

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.93%

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

R = 43.25%
G = 29.93%
B = 26.82%

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

#EDA493 (or 0xEDA493) is known color: Tonys Pink. HEX triplet: ED, A4 and 93. RGB value is (237,164,147). Sum of RGB (Red+Green+Blue) = 237+164+147=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA493 is #125B6C. Grayscale: #B8B8B8. Windows color (decimal): -1203053 or 9676013. OLE color: 9676013.

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

Color convert

RGB 237 164 147 -
CMYK 0 0.31 0.38 0.07
HSL 11.33º 0.71% 0.75% -
HSV(B) 11.33º 0.38% 0.93% -
XYZ 53.47 46.66 33.79 -
YUV 183.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 237 164 147 0 0.31 0.38 0.07 11.33 0.71 0.75
Hex ED A4 93 0 1F 26 7 B 47 4B
Octal 355 244 223 0 37 46 7 13 107 113
Binary 11101101 10100100 10010011 0 11111 100110 111 1011 1000111 1001011

Color Harmonies of #EDA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA493

Black with #EDA493

Text Example


Text Example

White with #EDA493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA493; }

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

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

background-color css

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

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

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

border-color css

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

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

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